mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-14 23:54:32 +00:00
Update supportClassic.cs
This commit is contained in:
parent
9c3c7f75cf
commit
b053a44297
1 changed files with 15 additions and 6 deletions
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)
|
// if(%time != 0)
|
||||||
// BanList::add(%client.guid, %client.getAddress(), %time);
|
// 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…
Add table
Add a link
Reference in a new issue