mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Reset
This commit is contained in:
parent
d6948d26a4
commit
918961c90a
|
|
@ -56,6 +56,9 @@ function loadMissionStage2()
|
|||
$LockedTeams = 0;
|
||||
if($RestrictedVoting)
|
||||
$RestrictedVoting = 0;
|
||||
if($Host::AllowAdmin2Admin)
|
||||
$Host::AllowAdmin2Admin = 0;
|
||||
|
||||
}
|
||||
if(isActivePackage(LockedTeams) && !$LockedTeams)
|
||||
deactivatePackage(LockedTeams);
|
||||
|
|
|
|||
Loading…
Reference in a new issue