mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-29 12:35:38 +00:00
fix(linux): more shit
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "stdafx.h"
|
||||
#include "net.minecraft.commands.h"
|
||||
#include "..\Minecraft.Client\MinecraftServer.h"
|
||||
#include "..\Minecraft.Client\ServerLevel.h"
|
||||
#include "../Minecraft.Client/MinecraftServer.h"
|
||||
#include "../Minecraft.Client/ServerLevel.h"
|
||||
#include "net.minecraft.network.packet.h"
|
||||
#include "TimeCommand.h"
|
||||
|
||||
@@ -77,4 +77,4 @@ shared_ptr<GameCommandPacket> TimeCommand::preparePacket(bool night)
|
||||
dos.writeBoolean(night);
|
||||
|
||||
return shared_ptr<GameCommandPacket>( new GameCommandPacket(eGameCommand_Time, baos.toByteArray() ));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user