Kinglykrab 93d8471487
[Commands] Cleanup #opcode Command. (#2547)
* [Commands] Cleanup #opcode Command.

- Cleanup logic.

* Update command.cpp
2022-11-16 08:30:35 -06:00

10 lines
217 B
C++
Executable File

#include "../client.h"
#include "../../common/patches/patches.h"
void command_opcode(Client *c, const Seperator *sep)
{
ReloadAllPatches();
c->Message(Chat::White, "Opcodes for all patches have been reloaded");
}