Skip to content

Commit 71d1ba4

Browse files
committed
Update RevealCryoPod to new signature
1 parent 96540b3 commit 71d1ba4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎Concealment/ConcealmentPlugin.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public void GetConcealedGrids(List<IMyCubeGrid> grids)
167167
ConcealedGroups.SelectMany(x => x.Grids).ForEach(grids.Add);
168168
}
169169

170-
private void RevealCryoPod(ulong steamId)
170+
private void RevealCryoPod(ulong steamId, string username)
171171
{
172172
Torch.Invoke(() =>
173173
{

0 commit comments

Comments
 (0)