Marauroa Chat Tutorial/Server: Difference between revisions

Jump to navigation Jump to search
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
 
Line 18: Line 18:
if (instance == null) {
if (instance == null) {
instance = new World();
instance = new World();
instance.initialize();
}
}
return instance;
return instance;