mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 20:14:31 +00:00
RakLibServer: make onRun() protected
This commit is contained in:
@@ -144,7 +144,7 @@ class RakLibServer extends Thread{
|
||||
});
|
||||
}
|
||||
|
||||
public function onRun() : void{
|
||||
protected function onRun() : void{
|
||||
try{
|
||||
gc_enable();
|
||||
ini_set("display_errors", '1');
|
||||
|
Reference in New Issue
Block a user