Increased starting ping

This commit is contained in:
MysterD 2023-04-15 00:33:56 -07:00
parent d10c536fb9
commit 787a5331c8

View file

@ -254,7 +254,7 @@ u8 network_player_connected(enum NetworkPlayerType type, u8 globalIndex, u8 mode
np->type = type;
np->localIndex = localIndex;
np->globalIndex = globalIndex;
np->ping = 50;
np->ping = 600;
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);