Skip to content

Commit bc73065

Browse files
committed
Merge remote-tracking branch 'origin/changes' into base
2 parents dcbabb0 + ff68da5 commit bc73065

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/game/shared/schemainitutils.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
} \
2626
else \
2727
{ \
28+
Warning( "%s\n", msg.String() ); \
29+
/*
30+
todo(maximsmol):
31+
we do not support upstream item schema
32+
*/ \
33+
return false; \
2834
pVecErrors->AddToTail( msg ); \
2935
} \
3036
return false; \

0 commit comments

Comments
 (0)