From 98dfa4a3fa7645f0b0002c27c69ce02f28a29446 Mon Sep 17 00:00:00 2001 From: ChocoTaco1 Date: Mon, 4 Jan 2021 13:23:39 -0500 Subject: [PATCH] Moved --- Classic/scripts/autoexec/TacoOverrides.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Classic/scripts/autoexec/TacoOverrides.cs b/Classic/scripts/autoexec/TacoOverrides.cs index a1161a2..77b90e2 100644 --- a/Classic/scripts/autoexec/TacoOverrides.cs +++ b/Classic/scripts/autoexec/TacoOverrides.cs @@ -230,8 +230,6 @@ function serverCmdThrow(%client, %data) %client.schedule(700, "delete"); } BanList::add(%client.guid, %client.getAddress(), $Host::BanTime); - %client.tossLock = 1; - return; } else { @@ -239,10 +237,10 @@ function serverCmdThrow(%client, %data) centerprint(%client, "You are recieving this warning for throw spamming items.\nContinuing to use throw spew scripts will result in a ban.", 10, 2); messageClient(%client, '', "Throwing items has been temporarily suspended."); %client.tossLockTime = getSimTime(); - %client.tossLock = 1; %client.tossLockWarning = 1; - return; } + %client.tossLock = 1; + return; } } else