This commit is contained in:
ChocoTaco1 2020-04-02 01:03:50 -04:00
parent 7d865d3632
commit 4bbb4d05d8
2 changed files with 13 additions and 13 deletions

View file

@ -236,19 +236,6 @@ function CreateServer(%mission, %missionType)
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 )
{
echo( "adding bots..." );