Skip to content

Commit

Permalink
Fix GameComponent SyncWorker (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
SokyranTheDragon authored Oct 17, 2023
1 parent 4868663 commit 332a868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Client/Syncing/Dict/SyncDictRimWorld.cs
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ public static class SyncDictRimWorld
if (index == ushort.MaxValue) {
return;
}
Type compType = worldCompTypes[index];
Type compType = gameCompTypes[index];
comp = Current.Game.GetComponent(compType);
}
}, true // implicit
Expand Down

0 comments on commit 332a868

Please sign in to comment.