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