Client FPS Tweak (#7127)

Allows you to set your FPS via preferences
This commit is contained in:
Lady Fowl
2019-10-18 13:37:45 -07:00
committed by Erki
parent a87e3a459b
commit f9334feb41
5 changed files with 69 additions and 2 deletions

View File

@@ -253,6 +253,7 @@ CREATE TABLE `ss13_player_pai` (
CREATE TABLE `ss13_player_preferences` (
`ckey` varchar(32) NOT NULL,
`ooccolor` text,
`clientfps` int(11) DEFAULT '0',
`lastchangelog` text,
`UI_style` text,
`current_character` int(11) DEFAULT '0',