From f371025ff8112309110bb171b67e26e2a68b3335 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Wed, 29 Sep 2021 20:20:00 -0400 Subject: [PATCH] Removed Reminders --- Classic/scripts/autoexec/TKwarn.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Classic/scripts/autoexec/TKwarn.cs b/Classic/scripts/autoexec/TKwarn.cs index cd5ba14..a1976a9 100755 --- a/Classic/scripts/autoexec/TKwarn.cs +++ b/Classic/scripts/autoexec/TKwarn.cs @@ -175,12 +175,4 @@ function TKvote(%typeName, %arg1, %arg2, %arg3, %arg4) // Log Vote voteLog(%client, %typeName, %arg1, %arg2, %arg3, "TeamkillAutovote"); - - if($Host::EnableVoteSoundReminders > 0) - { - %time = mFloor($Host::VoteTime / ($Host::EnableVoteSoundReminders + 1)) * 1000; - //echo(%time); - for(%i = 0; %i < $Host::EnableVoteSoundReminders; %i++) - Game.voteReminder[%i] = schedule((%time * (%i + 1)), 0, "VoteSound", %game, %typename, %arg1, %arg2); - } } \ No newline at end of file