mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
Merge pull request #397 from StrangeOne101/master
Made Element Protected
This commit is contained in:
commit
be947344f3
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ public class Element {
|
|||
|
||||
private String name;
|
||||
|
||||
private Element(String name) {
|
||||
protected Element(String name) {
|
||||
this.name = name;
|
||||
ALL_ELEMENTS.put(name.toLowerCase(), this);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue