mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Added setting to change client fps (#27997)
* Added client FPS preference * ugh * Added warning for old versions * oops Co-authored-by: Exxion <exxion191@gmail.com> Co-authored-by: Exxion <exxion191@gmail.com>
This commit is contained in:
@@ -127,6 +127,10 @@ CREATE TABLE client (
|
||||
obj_chat_on_map INTEGER,
|
||||
no_goonchat_for_obj INTEGER,
|
||||
tgui_fancy INTEGER,
|
||||
show_warning_next_time INTEGER DEFAULT 0,
|
||||
last_warned_message TEXT DEFAULT '',
|
||||
warning_admin TEXT DEFAULT '',
|
||||
fps INTEGER DEFAULT 0
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user