Replaced short int with int for Player experience
This commit is contained in:
parent
b65a6ef210
commit
e012c06281
@ -609,7 +609,7 @@ protected:
|
||||
*/
|
||||
bool m_bIsTeleporting;
|
||||
|
||||
/** The int UUID (no dashes) of the player, as read from the ClientHandle.
|
||||
/** The short UUID (no dashes) of the player, as read from the ClientHandle.
|
||||
If no ClientHandle is given, the UUID is initialized to empty. */
|
||||
AString m_UUID;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user