add option to unmask Ep3 whispers on proxy server, and prevent this from working on newserv

This commit is contained in:
Martin Michelsen
2023-12-22 21:52:51 -08:00
parent fa9b4d7f61
commit 4de23561b0
6 changed files with 95 additions and 4 deletions
+1
View File
@@ -75,6 +75,7 @@ constexpr uint32_t SUPPRESS_LOGIN = 0xAA0D0DAA;
constexpr uint32_t SKIP_CARD = 0xAA0E0EAA;
constexpr uint32_t EP3_INFINITE_MESETA = 0xAA0F0FAA;
constexpr uint32_t EP3_INFINITE_TIME = 0xAA1010AA;
constexpr uint32_t EP3_UNMASK_WHISPERS = 0xAA1111AA;
} // namespace ProxyOptionsMenuItemID
namespace TeamRewardMenuItemID {