Skip to content

Commit

Permalink
7.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Angeschossen committed Oct 11, 2024
1 parent 1715d55 commit 0f7db1a
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ public enum InboxCategory {
/**
* Messages posted by land members to inform other land members.
*/
POSTS(5, 5);
POSTS(5, 5),
/**
* Logs information about removed items etc.
*/
STORAGE(6, 6);

private static final Map<Integer, InboxCategory> categories = new HashMap<>();

Expand Down

0 comments on commit 0f7db1a

Please sign in to comment.