Skip to content

Commit

Permalink
[Commands] Remove #bug Command. (#1737)
Browse files Browse the repository at this point in the history
- Remove unused command.
  • Loading branch information
Kinglykrab committed Nov 12, 2021
1 parent 0bf6627 commit 0997a8a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions zone/command.h
Expand Up @@ -60,11 +60,6 @@ void command_ban(Client *c, const Seperator *sep);
void command_beard(Client *c, const Seperator *sep);
void command_beardcolor(Client *c, const Seperator *sep);
void command_bind(Client* c, const Seperator *sep);

#ifdef BUGTRACK
void command_bug(Client *c, const Seperator *sep);
#endif

void command_camerashake(Client *c, const Seperator *sep);
void command_castspell(Client *c, const Seperator *sep);
void command_chat(Client *c, const Seperator *sep);
Expand Down

0 comments on commit 0997a8a

Please sign in to comment.