mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-16 00:24:35 +00:00
Incorrect State: 0 is enable
This commit is contained in:
parent
c5c020c614
commit
4869e3b821
1 changed files with 1 additions and 1 deletions
|
|
@ -430,7 +430,7 @@ function serverCmdStartNewVote(%client, %typeName, %arg1, %arg2, %arg3, %arg4, %
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if(!%isAdmin || (%isAdmin && %client.ForceVote))
|
if(!%isAdmin || (%isAdmin && %client.ForceVote))
|
||||||
%msg = %client.nameBase @ " initiated a vote to " @ (Game.noSplashDamage == 0 ? "enable" : "disable") @ " splash damage.";
|
%msg = %client.nameBase @ " initiated a vote to " @ (Game.noSplashDamage == 1 ? "enable" : "disable") @ " splash damage.";
|
||||||
|
|
||||||
case "VotePro":
|
case "VotePro":
|
||||||
if(!$CurrentMissionType $= "LakRabbit")
|
if(!$CurrentMissionType $= "LakRabbit")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue