mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-02 11:55:13 +00:00
more casting errors fixed
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include "PacketListener.h"
|
||||
#include "BasicTypeContainers.h"
|
||||
#include "GameCommandPacket.h"
|
||||
#include "../Minecraft.Client/Windows64/Windows64_App.h"
|
||||
|
||||
GameCommandPacket::GameCommandPacket()
|
||||
{
|
||||
@@ -69,4 +70,4 @@ void GameCommandPacket::handle(PacketListener *listener)
|
||||
int GameCommandPacket::getEstimatedSize()
|
||||
{
|
||||
return 2 + 2 + length;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user