Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrueckert authored Dec 4, 2021
1 parent 3d49794 commit b724a97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class PlayerDeathSystem extends BaseComponentSystem {
* @param event notification event that a player entity is about to be destroyed (usually sent on death)
* @param player the player entity about to be destroyed
* @param characterComponent ensures that the entity has a character (TODO: why do we need this?)
* @param aliveCharacterComponent ensures that the player is currently alive (TODO: parameter not used, move to annotion?)
* @param aliveCharacterComponent ensures that the player is currently alive (TODO: parameter not used, move to annotation?)
*/
@ReceiveEvent(priority = EventPriority.PRIORITY_HIGH)
public void beforeDestroy(BeforeDestroyEvent event, EntityRef player,
Expand Down

0 comments on commit b724a97

Please sign in to comment.