Added /notify and /players admin commands

Co-authored-by: dongresource <dongresource@protonmail.com>
This commit is contained in:
2020-10-31 17:12:13 +00:00
committed by dongresource
parent a1145aced4
commit 83c378c9c2
3 changed files with 26 additions and 0 deletions

View File

@@ -68,4 +68,6 @@ struct Player {
int groupCnt;
int32_t groupIDs[4];
int32_t iGroupConditionBitFlag;
bool notify;
};