mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-02 17:10:03 +01:00
commit
8d960213f8
@ -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());
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user