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

@ -12,3 +12,16 @@ memPatch("43CDEA","E941F65F00");
//Nope...Try Agian fix - telnet
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;
}