adds var/client/parent to /datum/preferences

allows users to change client fps with a preference
This commit is contained in:
uraniummeltdown
2018-01-24 20:44:10 +05:00
parent bf89cffbb3
commit 5b53582f0e
5 changed files with 19 additions and 4 deletions
+1
View File
@@ -263,6 +263,7 @@ CREATE TABLE `SS13_player` (
`windowflashing` smallint(4) DEFAULT '1',
`ghost_anonsay` tinyint(1) NOT NULL DEFAULT '0',
`exp` mediumtext,
`clientfps` smallint(4) DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `ckey` (`ckey`)
) ENGINE=InnoDB AUTO_INCREMENT=32446 DEFAULT CHARSET=latin1;