mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-30 01:18:17 +00:00
[Commands] Cleanup #serverrules Command. (#2139)
- Cleanup messages and logic. - Change separator from new line to pipe separator, as new line was non-functional.
This commit is contained in:
+1
-1
@@ -1035,7 +1035,7 @@ public:
|
||||
void RemoveTitle(int titleset);
|
||||
|
||||
void EnteringMessages(Client* client);
|
||||
void SendRules(Client* client);
|
||||
void SendRules();
|
||||
|
||||
const bool GetGMSpeed() const { return (gmspeed > 0); }
|
||||
bool CanUseReport;
|
||||
|
||||
Reference in New Issue
Block a user