mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-16 00:24:35 +00:00
Already in Classic
This commit is contained in:
parent
4d64f12be1
commit
e407865fe0
1 changed files with 0 additions and 13 deletions
|
|
@ -425,19 +425,6 @@ function Armor::onMount(%this,%obj,%vehicle,%node)
|
||||||
if(%obj.client.isAIControlled()) %this.AIonMount(%obj, %vehicle, %node);
|
if(%obj.client.isAIControlled()) %this.AIonMount(%obj, %vehicle, %node);
|
||||||
}
|
}
|
||||||
|
|
||||||
// TracerDX/ilys - Server crash exploit fix
|
|
||||||
function serverCmdTeamMessageSent(%client, %text)
|
|
||||||
{
|
|
||||||
if((%client.voice $= "") && (strstr(%text, "~w") != -1) && (getSubStr(%text, (strlen(%text) - 4), 4) !$= ".wav")) return;
|
|
||||||
parent::serverCmdTeamMessageSent(%client, %text);
|
|
||||||
}
|
|
||||||
|
|
||||||
function serverCmdMessageSent(%client, %text)
|
|
||||||
{
|
|
||||||
if((%client.voice $= "") && (strstr(%text, "~w") != -1) && (getSubStr(%text, (strlen(%text) - 4), 4) !$= ".wav")) return;
|
|
||||||
parent::serverCmdMessageSent(%client, %text);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Fix a problem with the package system
|
// Fix a problem with the package system
|
||||||
// dropping the first package when a non-active
|
// dropping the first package when a non-active
|
||||||
// package is deactivated
|
// package is deactivated
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue