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
 
(3 intermediate revisions by 2 users not shown)
Line 18:
if (instance == null) {
instance = new World();
instance.initialize();
}
return instance;