mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-01 21:12:27 +00:00
5 lines
154 B
SQL
5 lines
154 B
SQL
--
|
|
-- Set default 'On' for 'HOTKEY_DEFAULT in toggles_secondary'
|
|
--
|
|
|
|
UPDATE `ss13_player_preferences` SET `toggles_secondary` = `toggles_secondary` | 32; |