mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCEMP-Server.git
synced 2026-06-12 21:22:02 +00:00
Initial commit
This commit is contained in:
11
Commands/ToggleDownfallServerCommand.h
Normal file
11
Commands/ToggleDownfallServerCommand.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "ServerCommand.h"
|
||||
|
||||
class ToggleDownfallServerCommand : public ServerCommand
|
||||
{
|
||||
public:
|
||||
wstring getName() { return L"toggledownfall"; }
|
||||
wstring getUsage() { return L"/toggledownfall"; }
|
||||
void execute(const wstring& args, ConsoleInputSource *src, MinecraftServer *server);
|
||||
};
|
||||
Reference in New Issue
Block a user