mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Commands] Cleanup #oocmute Command. (#2191)
- Cleanup messages and logic. - Add ServerOOCMute_Struct for cleanliness.
This commit is contained in:
@@ -1788,6 +1788,10 @@ struct ServerFlagUpdate_Struct {
|
||||
int16 admin;
|
||||
};
|
||||
|
||||
struct ServerOOCMute_Struct {
|
||||
bool is_muted;
|
||||
};
|
||||
|
||||
#pragma pack()
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user