1
0
forked from xjboss/KCauldronX

Avoid to use Derived.incrementTotalWorldTickTime

This commit is contained in:
Prototik
2015-05-25 18:27:17 +07:00
parent 1e5cd36314
commit ea868d4998
6 changed files with 82 additions and 32 deletions

View File

@ -11,8 +11,8 @@
+ // CraftBukkit end
+ 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 = new DerivedWorldInfo(p_i45283_6_.getWorldInfo());
+ //this.worldInfo.setWorldName(p_i45283_3_);
+ }
+
+ // Cauldron start - vanilla compatibility