5354555657585960616263
if (this.handleWorld()) { WorldConfig wc = WorldConfig.get(worldname); if (time == -1) { World w = WorldManager.getWorld(worldname); if (w == null) { WorldInfo i = wc.getInfo(); if (i == null) { time = 0; } else { time = i.time; }