Describe the bug
VBSP recognizes -dumpstaticprop while in the docs/VBSP help text it is -dumpstaticprops (plural).
How to fix
In vbsp.cpp on line 1079 (Singleplayer code) and in vbsp.cpp on line 1048 (Multiplayer code) add letter "s" at the end of "-dumpstaticprop" string.
Describe the bug
VBSP recognizes
-dumpstaticpropwhile in the docs/VBSP help text it is-dumpstaticprops(plural).How to fix
In vbsp.cpp on line 1079 (Singleplayer code) and in vbsp.cpp on line 1048 (Multiplayer code) add letter "s" at the end of
"-dumpstaticprop"string.