mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-03-05 20:50:21 +00:00
Moved
This commit is contained in:
parent
485e1d8285
commit
98dfa4a3fa
1 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue