add option to enable switch assist by default

This commit is contained in:
Martin Michelsen
2024-06-17 22:02:31 -07:00
parent 4416579210
commit e2c34dfb70
5 changed files with 13 additions and 1 deletions
+5
View File
@@ -995,6 +995,11 @@
// available on the proxy server.
"CheatModeBehavior": "OnByDefault",
// Default switch assist behavior. Players can always toggle switch assist
// with the $swa command; this only controls whether it's enabled by default
// for all players or not.
"EnableSwitchAssistByDefault": false,
// Whether to enable rare drop notifications by default. Players can toggle
// this behavior for themselves with the $itemnotifs command.
"RareNotificationsEnabledByDefaultV1V2": false,