From 3647ee33f718a22430f202a1e4e1c43661e78ee2 Mon Sep 17 00:00:00 2001 From: Prototik Date: Mon, 22 Jun 2015 20:44:14 +0700 Subject: [PATCH] Fix #30 --- patches/net/minecraft/world/WorldServerMulti.java.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/net/minecraft/world/WorldServerMulti.java.patch b/patches/net/minecraft/world/WorldServerMulti.java.patch index 12caf35..68c8450 100644 --- a/patches/net/minecraft/world/WorldServerMulti.java.patch +++ b/patches/net/minecraft/world/WorldServerMulti.java.patch @@ -22,7 +22,7 @@ this.mapStorage = p_i45283_6_.mapStorage; this.worldScoreboard = p_i45283_6_.getScoreboard(); this.worldInfo = new DerivedWorldInfo(p_i45283_6_.getWorldInfo()); -+ this.worldInfo.setWorldName(p_i45283_3_); ++ //this.worldInfo.setWorldName(p_i45283_3_); } + // Cauldron end