mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 04:15:04 +00:00
New PMF level (uses NBT Entity and TileEntity)
This commit is contained in:
@@ -122,7 +122,7 @@ LICENSE;
|
||||
if($op === ""){
|
||||
echo "[!] ".$this->lang->op_warning."\n";
|
||||
}else{
|
||||
$ops = new Config(DATA_PATH."ops.txt", Config::LIST);
|
||||
$ops = new Config(DATA_PATH."ops.txt", Config::ENUM);
|
||||
$ops->set($op, true);
|
||||
$ops->save();
|
||||
}
|
||||
|
Reference in New Issue
Block a user