nem tudom most claude talán megoldja xd

This commit is contained in:
2025-12-14 00:54:55 +01:00
parent 4a2c73badb
commit 2140fc3868
2 changed files with 24 additions and 4 deletions

View File

@@ -588,7 +588,7 @@ namespace KCM.StateManagement.Sync
List<Guid> guids = new List<Guid>();
List<Vector3> positions = new List<Vector3>();
const int maxVillagersPerSnapshot = 200;
const int maxVillagersPerSnapshot = 50;
for (int i = 0; i < Villager.villagers.Count && guids.Count < maxVillagersPerSnapshot; i++)
{