Add option to log oneliners to the Messages tab.

This commit is contained in:
Mari the Deer 2022-04-12 18:14:47 +02:00
commit a144156b26
8 changed files with 14 additions and 4 deletions

View file

@ -121,6 +121,7 @@ nosave string swwm_titlesubhistory = ""; // stores currently seen subtitles for
nosave noarchive int swwm_profstart = 0; // starts profiling as soon as handler is registered for specified >0 tics
server bool swwm_nodeathexit = false; // completely sidesteps the inventory resetting of death exits, if you hate those
server bool swwm_extendedpickup = false; // items will have an additional "virtual hitbox" that's the same size as vanilla
nosave bool swwm_voicelog = false; // adds player voicelines to the message log
// minimap settings
nosave bool swwm_mm_enable = true; // show a minimap below the score counter