mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +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:
@@ -2,6 +2,6 @@
|
||||
|
||||
void command_serverrules(Client *c, const Seperator *sep)
|
||||
{
|
||||
c->SendRules(c);
|
||||
c->SendRules();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user