mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
9 lines
131 B
C++
Executable File
9 lines
131 B
C++
Executable File
#include "../client.h"
|
|
#include "../../world/main.h"
|
|
|
|
void command_shutdown(Client *c, const Seperator *sep)
|
|
{
|
|
CatchSignal(2);
|
|
}
|
|
|