1
0
mirror of https://github.com/boy0001/FastAsyncWorldedit.git synced 2025-04-13 07:35:46 +02:00

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