mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-02-22 23:43: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
|
||||
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue