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