mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-20 01:29:54 +02:00
Implement trekker honor titles
- Setting affinity via commands will not add new honor titles
This commit is contained in:
@@ -936,7 +936,7 @@ public class Player implements GameDatabaseObject {
|
||||
proto.addHonors(info);
|
||||
}
|
||||
|
||||
this.getInventory().getHonorList().forEach(proto::addHonorList);
|
||||
this.getInventory().getAllHonorTitles().forEach(proto::addHonorList);
|
||||
|
||||
// Set world class
|
||||
proto.getMutableWorldClass()
|
||||
|
||||
Reference in New Issue
Block a user