[Commands] Add #suspendmulti Command. (#2619)

* [Commands] Add #suspendmulti Command.

# Notes
- Allows operators to suspend multiple people at once in case they have  a player who is boxing and want to suspend them all at once.

* To lower.

* Update command.cpp

* Update suspendmulti.cpp

* Create suspendmulti.cpp
This commit is contained in:
Alex King
2022-12-10 19:07:33 -05:00
committed by GitHub
parent c8218574cc
commit 8c707f9fe5
5 changed files with 104 additions and 2 deletions
+1 -1
View File
@@ -605,7 +605,7 @@ struct ServerKickPlayer_Struct {
char adminname[64];
int16 adminrank;
char name[64];
uint32 AccountID;
uint32 account_id;
};
struct ServerLSInfo_Struct {