File tree Expand file tree Collapse file tree
Nitrox.Server.Subnautica/Models/GameLogic/Entities/Spawning Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 <PackageVersion Include =" HanumanInstitute.MvvmDialogs.Avalonia" Version =" 2.1.0" />
2727 <PackageVersion Include =" HarmonyX" Version =" 2.10.0" />
2828 <PackageVersion Include =" JetBrains.Annotations" Version =" 2024.3.0" />
29- <PackageVersion Include =" LiteNetLib" Version =" 1.2.0 " />
29+ <PackageVersion Include =" LiteNetLib" Version =" [1.3.5] " />
3030 <PackageVersion Include =" LitJson" Version =" 0.19.0" />
3131 <PackageVersion Include =" MagicOnion.Abstractions" Version =" 7.0.6" />
3232 <PackageVersion Include =" MagicOnion.Client" Version =" 7.0.6" />
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ internal sealed class BatchEntitySpawner(
3939
4040 private readonly Lock parsedBatchesLock = new ( ) ;
4141 private readonly Lock emptyBatchesLock = new ( ) ;
42- private HashSet < NitroxInt3 > parsedBatches ;
42+ private HashSet < NitroxInt3 > parsedBatches = [ ] ;
4343
4444 public List < NitroxInt3 > SerializableParsedBatches
4545 {
You can’t perform that action at this time.
0 commit comments