From f867867a427c2a376e782623f954290142d991cc Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Sat, 15 Jul 2023 19:56:44 +0200 Subject: [PATCH] Fix typo in comment --- .../com/plotsquared/bukkit/listener/PlayerEventListener.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/PlayerEventListener.java b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/PlayerEventListener.java index 9beaa2ad9..c32344cbf 100644 --- a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/PlayerEventListener.java +++ b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/PlayerEventListener.java @@ -1167,7 +1167,7 @@ public class PlayerEventListener implements Listener { } } if (type.isEdible()) { - //Allow all players to eat while also allowing the block place event ot be fired + //Allow all players to eat while also allowing the block place event to be fired return; } if (type == Material.ARMOR_STAND) {