mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-02 12:56:40 +00:00
This is why Lombok exists
This commit is contained in:
@ -23,7 +23,6 @@ public class Flatlands extends CustomWorld
|
||||
{
|
||||
super("flatlands");
|
||||
}
|
||||
private static final String WORLD_NAME = "flatlands";
|
||||
|
||||
@Override
|
||||
protected World generateWorld()
|
||||
@ -90,8 +89,4 @@ public class Flatlands extends CustomWorld
|
||||
}
|
||||
}
|
||||
|
||||
public String getName()
|
||||
{
|
||||
return this.WORLD_NAME;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user