From b8560a41c029fdafb985e97d8493a329d6ac3755 Mon Sep 17 00:00:00 2001 From: Simon Rigby Date: Tue, 1 Mar 2011 19:09:36 +0000 Subject: [PATCH] hmm :) --- src/com/onarandombox/MultiVerseCore/MVWorld.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/onarandombox/MultiVerseCore/MVWorld.java b/src/com/onarandombox/MultiVerseCore/MVWorld.java index 6a3aefc9..88670d45 100644 --- a/src/com/onarandombox/MultiVerseCore/MVWorld.java +++ b/src/com/onarandombox/MultiVerseCore/MVWorld.java @@ -50,8 +50,8 @@ public class MVWorld { this.environment = world.getEnvironment(); // The following should already of been set when the World was created, so we don't wan't to overwrite these values we'll just grab them. - this.monsters = ((CraftWorld) world).getHandle().D = monsters; // TODO: Swap to Bukkit Function when implemented. - this.animals = ((CraftWorld) world).getHandle().E = animals; // TODO: Swap to Bukkit Function when implemented. + this.monsters = ((CraftWorld) world).getHandle().D; // TODO: Swap to Bukkit Function when implemented. + this.animals = ((CraftWorld) world).getHandle().E; // TODO: Swap to Bukkit Function when implemented. // If MultiVerse created/loaded the World then it means we wan't to handle it as well, otherwise // we don't touch any settings unless the user specifically asks us to.