mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-17 12:52:34 +00:00
* i alone am the honoured one * THROUGHOUT HEAVEN AND EARTH I ALONE AM THE HONOURED ONE * hollow point * nanana * ssss * tgsay final touches * stuff * tgui inputs * help * carpal tunnel syndrome * ffff * again and again and again and again * hehehehe * dsada * readd sanitize * whoops * dsad * nah fuck that * sd * fix * ow * remove prefs for testmerging * oops * oops 2 * fix that * f --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
8 lines
394 B
SQL
8 lines
394 B
SQL
--
|
|
-- Implemented in PR #17471.
|
|
-- Adds TGUI Input prefs.
|
|
--
|
|
ALTER TABLE `ss13_player_preferences` ADD `tgui_inputs` INT(1) NOT NULL DEFAULT 1 AFTER `tooltip_style`;
|
|
ALTER TABLE `ss13_player_preferences` ADD `tgui_buttons_large` INT(1) NOT NULL DEFAULT 0 AFTER `tgui_inputs`;
|
|
ALTER TABLE `ss13_player_preferences` ADD `tgui_inputs_swapped` INT(1) NOT NULL DEFAULT 0 AFTER `tgui_buttons_large`;
|