KickObserver OnJoin Var

This commit is contained in:
ChocoTaco1 2020-10-31 14:05:34 -04:00
parent 5aaa8ee7d0
commit 31365d40ad
2 changed files with 2 additions and 1 deletions

View file

@ -1824,7 +1824,7 @@ function DefaultGame::clientMissionDropReady(%game, %client)
for(%i = 1; %i <= 13; %i++)
$stats::weapon_damage[%client, %i] = "";
if(%client.team $=0) //Observer only
if(%client.team $=0 && $Host::KickObserverStartOnJoin) //Observer only
{
if(!%client.isAdmin && !$Host::TournamentMode && $Host::KickObserverTimeout)
{