Sets the default FPS to 63 (#17564)

* default FPS to 63

* SQL updates

* smallint(4)
This commit is contained in:
Charlie
2022-04-05 14:18:12 +01:00
committed by GitHub
parent 3c067e8b2f
commit a81aa191f9
5 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -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',