From df371d1099771b1fa7cff45467c3eb7e07a52a78 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Wed, 29 Sep 2021 17:03:26 -0400 Subject: [PATCH] Notes --- Classic/scripts/autoexec/TKwarn.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classic/scripts/autoexec/TKwarn.cs b/Classic/scripts/autoexec/TKwarn.cs index 4887ae3..cd5ba14 100755 --- a/Classic/scripts/autoexec/TKwarn.cs +++ b/Classic/scripts/autoexec/TKwarn.cs @@ -121,7 +121,7 @@ function TKkick( %client, %admin, %guid ) // Info: Auto start a new vote function TKvote(%typeName, %arg1, %arg2, %arg3, %arg4) { - // works only for kicking players or skipping mission + // works only for kicking players if(%typeName !$= "VoteKickPlayer") return;