mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-19 17:19:58 +02:00
Update to support game version 1.9.0.*
This commit is contained in:
@@ -58,6 +58,10 @@ public class HonorDef extends BaseDef {
|
||||
// Group
|
||||
this.valid = true;
|
||||
}
|
||||
case 4 -> {
|
||||
// Levels
|
||||
this.valid = true;
|
||||
}
|
||||
default -> {
|
||||
// Unknown honor type
|
||||
Nebula.getLogger().warn("Honor " + this.getId() + " has an unknown type (" + this.getType() + ")");
|
||||
|
||||
Reference in New Issue
Block a user