mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
normalize includes: gm commands
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
#include "../client.h"
|
||||
#include "../worldserver.h"
|
||||
#include "common/repositories/completed_tasks_repository.h"
|
||||
#include "common/shared_tasks.h"
|
||||
#include "zone/client.h"
|
||||
#include "zone/worldserver.h"
|
||||
|
||||
extern WorldServer worldserver;
|
||||
|
||||
#include "../../common/shared_tasks.h"
|
||||
#include "../../common/repositories/completed_tasks_repository.h"
|
||||
|
||||
void command_task(Client *c, const Seperator *sep)
|
||||
{
|
||||
if (!RuleB(TaskSystem, EnableTaskSystem)) {
|
||||
|
||||
Reference in New Issue
Block a user