New PMF level (uses NBT Entity and TileEntity)

This commit is contained in:
Shoghi Cervantes
2014-02-26 17:15:31 +01:00
parent 38c5174da7
commit 3864630bcd
9 changed files with 82 additions and 44 deletions

View File

@@ -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();
}