Fix story red dot (untested)

This commit is contained in:
Melledy
2025-12-05 22:34:47 -08:00
parent 810427a028
commit 198d3aac4f
2 changed files with 15 additions and 1 deletions

View File

@@ -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()