This commit is contained in:
ChocoTaco 2021-09-29 17:03:26 -04:00
parent 2638537f58
commit df371d1099

View file

@ -121,7 +121,7 @@ function TKkick( %client, %admin, %guid )
// Info: Auto start a new vote // Info: Auto start a new vote
function TKvote(%typeName, %arg1, %arg2, %arg3, %arg4) function TKvote(%typeName, %arg1, %arg2, %arg3, %arg4)
{ {
// works only for kicking players or skipping mission // works only for kicking players
if(%typeName !$= "VoteKickPlayer") if(%typeName !$= "VoteKickPlayer")
return; return;