mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 04:17:07 +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{
|
try{
|
||||||
gc_enable();
|
gc_enable();
|
||||||
ini_set("display_errors", '1');
|
ini_set("display_errors", '1');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user