mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-06 22:22:57 +00:00
Use standard RTT types in server player
This commit is contained in:
parent
e055d8d121
commit
2975a43ad2
|
|
@ -1491,7 +1491,7 @@ int ServerPlayer::getPlayerViewDistanceModifier()
|
|||
|
||||
if( player != NULL )
|
||||
{
|
||||
DWORD rtt = player->GetCurrentRtt();
|
||||
int rtt = player->GetCurrentRtt();
|
||||
|
||||
value = rtt >> 6;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue