Small change
This commit is contained in:
parent
4d0f53485b
commit
56fe93cc4e
2 changed files with 1 additions and 91 deletions
|
@ -21,7 +21,7 @@ public class Region {
|
|||
public Region(String id, String name) {
|
||||
this.id = id;
|
||||
this.name = name;
|
||||
this.material = XMaterial.matchXMaterial("NAME_TAG").orElse(XMaterial.NAME_TAG).parseMaterial();
|
||||
this.material = XMaterial.NAME_TAG.parseMaterial();
|
||||
configuration = new Configuration(ThemePark.getInstance(), "attractions/"+id+".yml", false);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue