Use standard RTT types in server player

This commit is contained in:
notmatthewbeshay 2026-03-11 07:18:31 +11:00
parent e055d8d121
commit 2975a43ad2

View file

@ -1491,7 +1491,7 @@ int ServerPlayer::getPlayerViewDistanceModifier()
if( player != NULL )
{
DWORD rtt = player->GetCurrentRtt();
int rtt = player->GetCurrentRtt();
value = rtt >> 6;