mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
more :D :D
This commit is contained in:
@ -137,7 +137,7 @@ class PocketMinecraftServer{
|
||||
$this->trigger("onChat", $text);
|
||||
}
|
||||
|
||||
public function setType($type = "demo"){
|
||||
public function setType($type = "normal"){
|
||||
switch($type){
|
||||
case "normal":
|
||||
$this->serverType = "MCCPP;Demo;";
|
||||
|
Reference in New Issue
Block a user