Update FaweForge.java

This commit is contained in:
rojo8399 2016-09-17 18:47:14 -05:00 committed by GitHub
parent 35b37ac8e9
commit 7803e40183
1 changed files with 1 additions and 1 deletions

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());
}