Fix player registration

This commit is contained in:
Melledy
2025-11-19 06:25:46 -08:00
parent e1c7ae57e3
commit 01ed3da162
2 changed files with 3 additions and 2 deletions

View File

@@ -135,8 +135,6 @@ public class PlayerModule extends GameContextModule {
// Put in player cache
this.addToCache(player);
System.out.println("created player");
return player;
}