Merge pull request #298 from rojo8399/patch-1

Update FaweForge.java
This commit is contained in:
Jesse Boyd 2016-09-18 12:53:15 +10:00 committed by GitHub
commit 8d960213f8

View File

@ -105,7 +105,7 @@ public class FaweForge implements IFawe {
if (world instanceof WorldWrapper) {
world = ((WorldWrapper) world).getParent();
}
return getWorldName(((ForgeWorld) world).getWorld());
return getWorldName((world).getWorld());
}