remove println
Some checks are pending
studiorailgun/Renderer/pipeline/head Build queued...

This commit is contained in:
austin 2025-05-28 15:56:02 -04:00
parent 299427b0ee
commit 49de88f487

View File

@ -34,7 +34,6 @@ public class TownPopulator {
CharacterUtils.addShelter(chara, struct);
chara.setPos(new Vector3d(struct.getPos()).add(1,1,1));
}
System.out.println("Total characters: " + Globals.serverState.characterService.getAllCharacters().size());
}
}