mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
8 lines
105 B
C++
Executable File
8 lines
105 B
C++
Executable File
#include "../client.h"
|
|
|
|
void command_serverrules(Client *c, const Seperator *sep)
|
|
{
|
|
c->SendRules(c);
|
|
}
|
|
|