Ban API fly fixed

This commit is contained in:
Shoghi Cervantes 2013-06-12 17:11:37 +02:00
parent e4871ee0c4
commit 2e23ce8beb

View File

@ -76,7 +76,7 @@ class BanAPI{
switch($event){
case "player.flying"://OPs can fly around the server.
if($this->isOp($data->iusername)){
return;
return true;
}
break;
case "player.block.break":