remove most other linux ifdefs

This commit is contained in:
Tropical
2026-04-09 23:23:53 -05:00
parent d181ed62f6
commit 8f04e231bd
15 changed files with 43 additions and 76 deletions

View File

@@ -38,6 +38,6 @@ int RemoveEntitiesPacket::getEstimatedSize() { return 1 + (ids.size() * 4); }
4J: These are necesary on the PS3.
(and 4).
*/
#if (0 || 0 || 0 || defined __linux__)
#if 1
const int RemoveEntitiesPacket::MAX_PER_PACKET;
#endif