mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Sets the default FPS to 63 (#17564)
* default FPS to 63 * SQL updates * smallint(4)
This commit is contained in:
@@ -277,7 +277,7 @@ CREATE TABLE `player` (
|
||||
`volume_mixer` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
|
||||
`lastchangelog` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
|
||||
`exp` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
|
||||
`clientfps` smallint(4) DEFAULT '0',
|
||||
`clientfps` smallint(4) DEFAULT '63',
|
||||
`atklog` smallint(4) DEFAULT '0',
|
||||
`fuid` bigint(20) DEFAULT NULL,
|
||||
`fupdate` smallint(4) DEFAULT '0',
|
||||
|
||||
Reference in New Issue
Block a user