mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-24 10:14:48 +01:00
Fix story red dot (untested)
This commit is contained in:
@@ -821,7 +821,7 @@ public class Player implements GameDatabaseObject {
|
||||
|
||||
// Set player states
|
||||
var state = proto.getMutableState()
|
||||
.setStorySet(true)
|
||||
.setStorySet(this.getStoryManager().hasNew())
|
||||
.setFriend(this.getFriendList().hasPendingRequests());
|
||||
|
||||
state.getMutableMail()
|
||||
|
||||
Reference in New Issue
Block a user