fix: the usual

This commit is contained in:
Tropical
2026-03-03 16:31:29 -06:00
parent f996e7096f
commit 4d9a1c73e6
10 changed files with 21 additions and 7 deletions

View File

@@ -18,7 +18,9 @@
#include "PlayerList.h"
#include "EntityTracker.h"
#include "PlayerChunkMap.h"
#ifndef __linux__
#include <qnet.h>
#endif // __linux__
TrackedEntity::TrackedEntity(shared_ptr<Entity> e, int range, int updateInterval, bool trackDelta)
{