mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 12:23:06 +00:00
format everything
This commit is contained in:
@@ -13,7 +13,8 @@ public:
|
||||
EGameCommand getId();
|
||||
int getPermissionLevel();
|
||||
std::wstring getUsage(CommandSender* source);
|
||||
void execute(std::shared_ptr<CommandSender> source, std::vector<uint8_t>& commandData);
|
||||
void execute(std::shared_ptr<CommandSender> source,
|
||||
std::vector<uint8_t>& commandData);
|
||||
|
||||
protected:
|
||||
std::wstring getPlayerNames();
|
||||
|
||||
@@ -28,6 +28,6 @@ void ToggleDownfallCommand::doToggleDownfall() {
|
||||
}
|
||||
|
||||
std::shared_ptr<GameCommandPacket> ToggleDownfallCommand::preparePacket() {
|
||||
return std::shared_ptr<GameCommandPacket>(
|
||||
new GameCommandPacket(eGameCommand_ToggleDownfall, std::vector<uint8_t>()));
|
||||
return std::shared_ptr<GameCommandPacket>(new GameCommandPacket(
|
||||
eGameCommand_ToggleDownfall, std::vector<uint8_t>()));
|
||||
}
|
||||
Reference in New Issue
Block a user