forked from Tr0n/client
Implemented official level update fix
This commit is contained in:
@ -1524,6 +1524,12 @@ bool CPythonNetworkStream::RecvPointChange()
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (POINT_LEVEL == PointChange.Type)
|
||||
{
|
||||
CInstanceBase* pOtherInstance = CPythonCharacterManager::Instance().GetInstancePtr(PointChange.dwVID);
|
||||
if (pOtherInstance)
|
||||
pOtherInstance->UpdateTextTailLevel(PointChange.value);
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user