Skip to content

Commit 6ecf22b

Browse files
committed
1 parent 44be43c commit 6ecf22b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/game/client/tf/c_tf_gamestats.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,11 @@ const char *g_ItemEventNames[] =
9191
"item_used_tool",
9292
"item_used_consumable",
9393
"item_removed_attrib",
94+
#ifdef BDSBASE
95+
"item_changed_style",
96+
#else
9497
"item_changed_style"
98+
#endif
9599

96100
// NEW STORE EVENTS
97101
"store2_entered", // This gets written *in addition* to IE_STORE_ENTERED

0 commit comments

Comments
 (0)