mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2025-01-01 14:08:11 +01:00
Update FaweForge.java
This commit is contained in:
parent
35b37ac8e9
commit
7803e40183
@ -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