mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCEMP-Server.git
synced 2026-06-26 00:16:12 +00:00
Initial commit
This commit is contained in:
10
Commands/DebugCommand.h
Normal file
10
Commands/DebugCommand.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include "ServerCommand.h"
|
||||
|
||||
class DebugCommand : public ServerCommand
|
||||
{
|
||||
public:
|
||||
wstring getName() { return L"debug"; }
|
||||
wstring getUsage() { return L"/debug <start|stop> - Starts or stops a debugging session"; }
|
||||
void execute(const wstring& args, ConsoleInputSource *src, MinecraftServer *server);
|
||||
};
|
||||
Reference in New Issue
Block a user