1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-04 09:47:46 +00:00

CF: Remove unused bool

This commit is contained in:
Rushi 2022-02-18 19:50:18 +01:00
parent 6e6dc43018
commit 47411c0e4b

View file

@ -57,7 +57,6 @@ namespace Sapphire::World
Common::Role m_role; Common::Role m_role;
uint8_t m_level; uint8_t m_level;
bool m_allowInProgress; bool m_allowInProgress;
bool m_acceptedDuty;
uint8_t m_activeRegisterId; uint8_t m_activeRegisterId;
}; };