Fix getting information from JGRPP servers on local LAN

pull/642/head
Jonathan G Rennison 4 months ago
parent 63e6a9503a
commit 8364ba3ce7

@ -145,6 +145,7 @@ NetworkRecvStatus QueryNetworkGameSocketHandler::Receive_SERVER_GAME_INFO_EXTEND
CheckGameCompatibility(item->info, true);
/* Ensure we consider the server online. */
item->status = NGLS_ONLINE;
item->refreshing = false;
UpdateNetworkGameWindow();

Loading…
Cancel
Save