Status: Remove nosteam flag.

This commit is contained in:
zaCade 2019-02-24 11:34:47 +01:00
parent 159f9f846c
commit 2c23f72a50

View File

@ -2,7 +2,6 @@
#include <sourcemod> #include <sourcemod>
#include <sdktools> #include <sdktools>
#include <connect>
#tryinclude "serverfps.inc" #tryinclude "serverfps.inc"
@ -163,10 +162,7 @@ public Action Command_Status(int client, const char[] command, int args)
} }
if(IsClientInGame(player)) if(IsClientInGame(player))
if (SteamClientAuthenticated(sPlayerAuth)) FormatEx(sPlayerState, sizeof(sPlayerState), "active");
FormatEx(sPlayerState, sizeof(sPlayerState), "active");
else
FormatEx(sPlayerState, sizeof(sPlayerState), "nosteam");
else else
FormatEx(sPlayerState, sizeof(sPlayerState), "spawning"); FormatEx(sPlayerState, sizeof(sPlayerState), "spawning");