Skip to content

Commit

Permalink
Remove Block filter
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 committed Dec 10, 2024
1 parent ba792c4 commit d4d4df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/GBX.NET/Engines/Game/CGameCtnChallenge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1768,7 +1768,7 @@ public override void Write(CGameCtnChallenge n, GbxWriter w)
continue;
}

if (itemModel.Ident is null || itemModel.ItemType == CGameItemModel.EItemType.Block)
if (itemModel.Ident is null)
{
continue;
}
Expand Down

0 comments on commit d4d4df7

Please sign in to comment.