Remove unused cvar for a feature that was discarded.

This commit is contained in:
Mari the Deer 2021-02-07 18:12:41 +01:00
commit f8de0e3635
2 changed files with 2 additions and 6 deletions

View file

@ -100,10 +100,6 @@ user int swwm_numcolor_dmg = 6; // font color for damage numbers (default: red
user int swwm_numcolor_hp = 7; // font color for health numbers (default: blue)
user int swwm_numcolor_ap = 3; // font color for armor numbers (default: green)
// TODO selection order array of weapons, for user tweaking
// if empty, use default selection order defined in zscript
user String swwm_weaponorder = "";
server noarchive bool swwm_iseriouslywanttoplaythiswithbd = false; // self-explanatory
// cross-session achievement cvars (0: locked, 1: unlocked, 2: notified)

View file

@ -1,3 +1,3 @@
[default]
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r255 \cu(Sun 7 Feb 17:57:20 CET 2021)\c-";
SWWM_SHORTVER="\cw0.9.11b-pre r255 \cu(2021-02-07 17:57:20)\c-";
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r256 \cu(Sun 7 Feb 18:12:41 CET 2021)\c-";
SWWM_SHORTVER="\cw0.9.11b-pre r256 \cu(2021-02-07 18:12:41)\c-";