[Commands] Cleanup #oocmute Command. (#2191)

- Cleanup messages and logic.
- Add ServerOOCMute_Struct for cleanliness.
This commit is contained in:
Kinglykrab
2022-05-27 14:38:40 -04:00
committed by GitHub
parent 49d751b3d5
commit f9191d4ef4
4 changed files with 25 additions and 10 deletions
+4
View File
@@ -1788,6 +1788,10 @@ struct ServerFlagUpdate_Struct {
int16 admin;
};
struct ServerOOCMute_Struct {
bool is_muted;
};
#pragma pack()
#endif