mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 19:34:15 +00:00
Added a getName() override for RakLibServer
This commit is contained in:
parent
0402e7e697
commit
7d99b0115c
@ -171,4 +171,7 @@ class RakLibServer extends Thread{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getThreadName() : string{
|
||||||
|
return "RakLib";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user