mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-16 08:34:43 +00:00
Reset
This commit is contained in:
parent
d6948d26a4
commit
918961c90a
1 changed files with 3 additions and 0 deletions
|
|
@ -56,6 +56,9 @@ function loadMissionStage2()
|
||||||
$LockedTeams = 0;
|
$LockedTeams = 0;
|
||||||
if($RestrictedVoting)
|
if($RestrictedVoting)
|
||||||
$RestrictedVoting = 0;
|
$RestrictedVoting = 0;
|
||||||
|
if($Host::AllowAdmin2Admin)
|
||||||
|
$Host::AllowAdmin2Admin = 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
if(isActivePackage(LockedTeams) && !$LockedTeams)
|
if(isActivePackage(LockedTeams) && !$LockedTeams)
|
||||||
deactivatePackage(LockedTeams);
|
deactivatePackage(LockedTeams);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue