Skip to content

Commit c31ce16

Browse files
committed
Fix nethook analyzer build after proto update
1 parent 30e681f commit c31ce16

File tree

1 file changed

+1
-2
lines changed
  • Resources/NetHookAnalyzer2/NetHookAnalyzer2/Specializations/CSGO

1 file changed

+1
-2
lines changed

Resources/NetHookAnalyzer2/NetHookAnalyzer2/Specializations/CSGO/CSGOSOHelper.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace NetHookAnalyzer2.Specializations
66
{
77
class CSGOSOHelper
88
{
9-
public static Dictionary<int, Type> SOTypes = new Dictionary<int, Type>()
9+
public static Dictionary<int, Type> SOTypes = new()
1010
{
1111
{1, typeof(CSOEconItem)},
1212
{2, typeof(CSOPersonaDataPublic)},
@@ -15,7 +15,6 @@ class CSGOSOHelper
1515
{38, typeof(CSOEconItemDropRateBonus)},
1616
{40, typeof(CSOAccountSeasonalOperation)},
1717
{41, typeof(CSOAccountSeasonalOperation)},
18-
{43, typeof(CSOEconDefaultEquippedDefinitionInstanceClient)},
1918
{45, typeof(CSOEconCoupon)},
2019
{46, typeof(CSOQuestProgress)},
2120
};

0 commit comments

Comments
 (0)