mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-03-25 06:19:06 +00:00
Moved
This commit is contained in:
parent
7d865d3632
commit
4bbb4d05d8
2 changed files with 13 additions and 13 deletions
|
|
@ -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..." );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue