mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-19 16:14:44 +00:00
Allow SA change time touney mode
Super Admin can change timelimit in Tournament mode
This commit is contained in:
parent
f91110c468
commit
162216944f
|
|
@ -443,7 +443,7 @@ function serverCmdStartNewVote(%client, %typeName, %arg1, %arg2, %arg3, %arg4, %
|
|||
}
|
||||
|
||||
// 30 minutes Only in Tournament mode
|
||||
if($Host::TournamentMode && %arg1 !$= "30")
|
||||
if($Host::TournamentMode && %arg1 !$= "30" && !%client.isSuperAdmin)
|
||||
{
|
||||
messageClient(%client, "", "\c2Only 30 minute time limit allowed in tournament mode.");
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue