Removed unnecessary left bracket causing syntax error

Sorry 'bout that.
This commit is contained in:
williamtdr 2013-04-01 18:01:15 -05:00
parent 314da7b30e
commit eeb9b925a5

View File

@ -851,7 +851,6 @@ class Player{
if($data["entity"]->hand == 276) { // diamond sword
$harmamount = $harmamount + 6;
}
}
$this->server->api->entity->harm($data["target"], $harmamount, $this->eid);
}
}