mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-14 15:44:34 +00:00
Moved
This commit is contained in:
parent
7d865d3632
commit
4bbb4d05d8
2 changed files with 13 additions and 13 deletions
|
|
@ -12,3 +12,16 @@ memPatch("43CDEA","E941F65F00");
|
||||||
|
|
||||||
//Nope...Try Agian fix - telnet
|
//Nope...Try Agian fix - telnet
|
||||||
memPatch("756076","6169");
|
memPatch("756076","6169");
|
||||||
|
|
||||||
|
// Thanks Turkeh
|
||||||
|
// TraversalRoot Console spam fix
|
||||||
|
function suppressTraversalRootPatch()
|
||||||
|
{
|
||||||
|
if($tvpatched)
|
||||||
|
return;
|
||||||
|
|
||||||
|
warn("Patching traversal root error...");
|
||||||
|
memPatch("56AD8A", "90909090909090909090909090909090909090909090");
|
||||||
|
memPatch("56D114", "90909090909090909090909090909090909090909090");
|
||||||
|
$tvpatched = 1;
|
||||||
|
}
|
||||||
|
|
@ -236,19 +236,6 @@ function CreateServer(%mission, %missionType)
|
||||||
suppressTraversalRootPatch();
|
suppressTraversalRootPatch();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Thanks Turkeh
|
|
||||||
// TraversalRoot Console spam fix
|
|
||||||
function suppressTraversalRootPatch()
|
|
||||||
{
|
|
||||||
if($tvpatched)
|
|
||||||
return;
|
|
||||||
|
|
||||||
warn("Patching traversal root error...");
|
|
||||||
memPatch("56AD8A", "90909090909090909090909090909090909090909090");
|
|
||||||
memPatch("56D114", "90909090909090909090909090909090909090909090");
|
|
||||||
$tvpatched = 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
function initGameBots( %mission, %mType )
|
function initGameBots( %mission, %mType )
|
||||||
{
|
{
|
||||||
echo( "adding bots..." );
|
echo( "adding bots..." );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue