mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 17:41:56 +00:00
Adds a preference to have an intent check for guns (#3653)
what title says
This commit is contained in:
7
SQL/migrate/V010__Preferences_secondary_toggles.sql
Normal file
7
SQL/migrate/V010__Preferences_secondary_toggles.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
--
|
||||
-- Implemented in PR #3653.
|
||||
-- Renames parallax toggles to a more generic name.
|
||||
--
|
||||
|
||||
ALTER TABLE `ss13_player_preferences`
|
||||
CHANGE `parallax_toggles` `toggles_secondary` INT(11) NULL DEFAULT NULL;
|
||||
Reference in New Issue
Block a user