mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 19:25:35 +08:00
SteamGameServerClient should return NULL if the gameserver is not initialized.
This commit is contained in:
parent
bf4847452e
commit
35c59044fd
@ -588,7 +588,7 @@ S_API uint64 SteamGameServer_GetSteamID()
|
||||
S_API ISteamClient *SteamGameServerClient() {
|
||||
PRINT_DEBUG("SteamGameServerClient()\n");
|
||||
load_old_interface_versions();
|
||||
get_steam_clientserver_old();
|
||||
if (!get_steam_clientserver_old()->IsServerInit()) return NULL;
|
||||
return (ISteamClient *)SteamInternal_CreateInterface(old_client);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user