mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
Removed unnecessary left bracket causing syntax error
Sorry 'bout that.
This commit is contained in:
parent
314da7b30e
commit
eeb9b925a5
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user