Fixed a comment

This commit is contained in:
7u83 2025-03-29 20:59:30 +01:00
parent 8279033d74
commit bc5ccd6356

View File

@ -46,7 +46,7 @@ public class Main {
); );
// We have to bootstrap with a god world because // We have to bootstrap with a god world because
// there whould be no way to to initialize the world // there whould be no way to initialize the world
GodWorld godworld = new GodWorld(is); GodWorld godworld = new GodWorld(is);
System.out.println("finished"); System.out.println("finished");