diff options
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 74229a98a..c644a9468 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -642,7 +642,6 @@ static AtCommandInfo atcommand_info[] = { { AtCommand_HomTalk, "@homtalk", 0, atcommand_homtalk },
{ AtCommand_HomInfo, "@hominfo", 0, atcommand_hominfo },
{ AtCommand_ShowMobs, "@showmobs", 10, atcommand_showmobs }, //KarLaeda
-
// add new commands before this line
{ AtCommand_Unknown, NULL, 1, NULL }
};
|