mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-01 02:46:41 +00:00
Removed a stupid worldname method.
This commit is contained in:
@ -97,7 +97,7 @@ public class EditSessionBuilder {
|
||||
public EditSessionBuilder world(@Nonnull World world) {
|
||||
checkNotNull(world);
|
||||
this.world = world;
|
||||
this.worldName = Fawe.imp().getWorldName(world);
|
||||
this.worldName = world.getName();
|
||||
return this;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user