diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-10 19:44:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-10 19:44:15 +0300 |
commit | 5a06329b9d01b7c250e27843f0634b238aac90b7 (patch) | |
tree | 75c704416a4647b4b2e527598ab8262cfc0d9857 /src/emap/console.h | |
parent | 409da45527ce8b6ba82523d4f3ce1abaf4650906 (diff) | |
download | evol-hercules-5a06329b9d01b7c250e27843f0634b238aac90b7.tar.gz evol-hercules-5a06329b9d01b7c250e27843f0634b238aac90b7.tar.bz2 evol-hercules-5a06329b9d01b7c250e27843f0634b238aac90b7.tar.xz evol-hercules-5a06329b9d01b7c250e27843f0634b238aac90b7.zip |
Add console command serverexit.
It works in same way with gm command serverexit.
Diffstat (limited to 'src/emap/console.h')
-rw-r--r-- | src/emap/console.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/emap/console.h b/src/emap/console.h new file mode 100644 index 0000000..012b0af --- /dev/null +++ b/src/emap/console.h @@ -0,0 +1,11 @@ +// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL. +// Copyright (c) 2014 - 2015 Evol developers + +#ifndef EVOL_MAP_CONSOLE +#define EVOL_MAP_CONSOLE + +#include "common/console.h" + +CPCMD(serverExit); + +#endif // EVOL_MAP_CONSOLE |