mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Removed unnecessary left bracket causing syntax error
Sorry 'bout that.
This commit is contained in:
@ -851,7 +851,6 @@ class Player{
|
|||||||
if($data["entity"]->hand == 276) { // diamond sword
|
if($data["entity"]->hand == 276) { // diamond sword
|
||||||
$harmamount = $harmamount + 6;
|
$harmamount = $harmamount + 6;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
$this->server->api->entity->harm($data["target"], $harmamount, $this->eid);
|
$this->server->api->entity->harm($data["target"], $harmamount, $this->eid);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user