more casting errors fixed

This commit is contained in:
Leah Anderson
2026-03-02 10:52:12 -07:00
parent 143865600c
commit 8947b89f22
5 changed files with 15 additions and 14 deletions

View File

@@ -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;
}
}