mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 00:07:30 +00:00
Server is not cloneable
This commit is contained in:
parent
62435fe935
commit
f95eb6a218
@ -93,6 +93,7 @@ use pocketmine\utils\Config;
|
||||
use pocketmine\utils\Filesystem;
|
||||
use pocketmine\utils\Internet;
|
||||
use pocketmine\utils\MainLogger;
|
||||
use pocketmine\utils\NotCloneable;
|
||||
use pocketmine\utils\NotSerializable;
|
||||
use pocketmine\utils\Process;
|
||||
use pocketmine\utils\Promise;
|
||||
@ -161,6 +162,7 @@ use const ZLIB_ENCODING_GZIP;
|
||||
* The class that manages everything
|
||||
*/
|
||||
class Server{
|
||||
use NotCloneable;
|
||||
use NotSerializable;
|
||||
|
||||
public const BROADCAST_CHANNEL_ADMINISTRATIVE = "pocketmine.broadcast.admin";
|
||||
|
Loading…
x
Reference in New Issue
Block a user