geforkt von Mirrors/Paper
Allow proper integration with NMS WorldTypes
By: md-5 <md_5@bigpond.com>
Dieser Commit ist enthalten in:
Ursprung
48ecb11c09
Commit
c0bb2b55b2
@ -7,8 +7,8 @@ import java.util.Map;
|
||||
* Represents various types of worlds that may exist
|
||||
*/
|
||||
public enum WorldType {
|
||||
NORMAL("normal"),
|
||||
FLAT("flat");
|
||||
NORMAL("DEFAULT"),
|
||||
FLAT("FLAT");
|
||||
|
||||
private final static Map<String, WorldType> lookup = new HashMap<String, WorldType>();
|
||||
private final String name;
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren