Fix getting information from JGRPP servers on local LAN

This commit is contained in:
Jonathan G Rennison
2024-01-30 01:22:30 +00:00
parent 63e6a9503a
commit 8364ba3ce7

View File

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