mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-17 21:48:13 +00:00
Use standard RTT types in server player
This commit is contained in:
@@ -1491,7 +1491,7 @@ int ServerPlayer::getPlayerViewDistanceModifier()
|
||||
|
||||
if( player != NULL )
|
||||
{
|
||||
DWORD rtt = player->GetCurrentRtt();
|
||||
int rtt = player->GetCurrentRtt();
|
||||
|
||||
value = rtt >> 6;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user