Add option to skip skill confirmation.
Add confirmation prompt for UV.
This commit is contained in:
parent
f9f4fb19a6
commit
fd2798f619
7 changed files with 33 additions and 6 deletions
|
|
@ -122,6 +122,7 @@ nosave noarchive int swwm_profstart = 0; // starts profiling as soon as handler
|
|||
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
|
||||
nosave bool swwm_skipskill = false; // skips skill confirmations
|
||||
|
||||
// minimap settings
|
||||
nosave bool swwm_mm_enable = true; // show a minimap below the score counter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue