mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-13 03:54:53 +00:00
fix: SIOF crash in ChatScreen/TextEditScreen, RemoveEntitiesPacket MAX_PER_PACKET on linux
This commit is contained in:
@@ -51,6 +51,6 @@ int RemoveEntitiesPacket::getEstimatedSize()
|
||||
4J: These are necesary on the PS3.
|
||||
(and 4).
|
||||
*/
|
||||
#if (defined __PS3__ || defined __ORBIS__ || defined __PSVITA__)
|
||||
#if (defined __PS3__ || defined __ORBIS__ || defined __PSVITA__ || defined __linux__)
|
||||
const int RemoveEntitiesPacket::MAX_PER_PACKET;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user