mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-18 08:18:27 +00:00
Removed Common Profiler and Zone Profiler. They're well past outdated status and are just code bloat.
This commit is contained in:
@@ -565,9 +565,6 @@ int command_add(const char *command_string, const char *desc, int access, CmdFun
|
||||
*/
|
||||
int command_realdispatch(Client *c, const char *message)
|
||||
{
|
||||
_ZP(command_realdispatch);
|
||||
|
||||
|
||||
Seperator sep(message, ' ', 10, 100, true); // "three word argument" should be considered 1 arg
|
||||
|
||||
command_logcommand(c, message);
|
||||
|
||||
Reference in New Issue
Block a user