Lower default ping back to 50 from 600

This commit is contained in:
Agent X 2024-01-01 11:47:50 -05:00
parent 8448b01f79
commit 2c89dd7287
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ u8 network_player_connected(enum NetworkPlayerType type, u8 globalIndex, u8 mode
np->type = type;
np->localIndex = localIndex;
np->globalIndex = globalIndex;
np->ping = 600;
np->ping = 50;
if ((type != NPT_LOCAL) && (gNetworkType == NT_SERVER || type == NPT_SERVER)) { gNetworkSystem->save_id(localIndex, 0); }
network_player_set_description(np, NULL, 0, 0, 0, 0);