Marauroa Chat Tutorial/Server: Difference between revisions
Content deleted Content added
imported>Fjacob m →Deployment: added a note that MacOSX and Linux users have to replace ; with : in the java classpath |
imported>Hendrik Brummermann added missing call to world.initialize() as reported by maxgmer |
||
| (One intermediate revision by the same user not shown) | |||
Line 18:
if (instance == null) {
instance = new World();
instance.initialize();
}
return instance;
| |||