mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Update supportClassic.cs
This commit is contained in:
parent
9c3c7f75cf
commit
b053a44297
9
Classic/scripts/supportClassic.cs
Normal file → Executable file
9
Classic/scripts/supportClassic.cs
Normal file → Executable file
|
|
@ -314,3 +314,12 @@ function KickByCID(%client, %reason, %time)
|
|||
// if(%time != 0)
|
||||
// BanList::add(%client.guid, %client.getAddress(), %time);
|
||||
}
|
||||
|
||||
//More Spam
|
||||
function TSStatic::onTrigger(%this, %triggerId, %on){
|
||||
//anti console spam
|
||||
}
|
||||
|
||||
function TSStatic::onTriggerTick(%this, %triggerId){
|
||||
//anti console spam
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue