mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-19 17:19:58 +02:00
Update to support game version 1.11.0.*
This commit is contained in:
@@ -148,12 +148,11 @@ public enum QuestCondition {
|
||||
}
|
||||
}
|
||||
|
||||
QuestCondition(int value) {
|
||||
private QuestCondition(int value) {
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
public static QuestCondition getByValue(int value) {
|
||||
return map.get(value);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user