RakLibServer: make onRun() protected

This commit is contained in:
Dylan K. Taylor 2020-03-29 18:45:48 +01:00
parent d89cdfc18e
commit abd1ed7352

View File

@ -144,7 +144,7 @@ class RakLibServer extends Thread{
}); });
} }
public function onRun() : void{ protected function onRun() : void{
try{ try{
gc_enable(); gc_enable();
ini_set("display_errors", '1'); ini_set("display_errors", '1');