better comments

This commit is contained in:
Oth3r 2024-08-29 16:28:46 -05:00
commit 720b6b98c8
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ public class Logic {
}
/**
* removes the entity from the game, using the player
* removes the entity bound to the player from the game, using the player
*/
public static void removeEntity(ServerPlayerEntity player) {
DisplayEntity.TextDisplayEntity entity = FileData.getSitEntity(player);