Fix typo in comment

This commit is contained in:
Alexander Brandes 2023-07-15 19:56:44 +02:00
parent 59eefd6865
commit f867867a42
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

@ -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) {