mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 08:31:57 +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; |