mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 17:13:46 +01:00
Bumps max client fps from 120 (125) to 1000 (#29467)
* 300 > 120 * ooooh i don't need sql change * same but descending + fix issue about DB * well, i should update bd * default is 100, keep only divisors of 1000 * fuck you byon d!!!! * cleanup
This commit is contained in:
@@ -289,7 +289,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 '63',
|
||||
`clientfps` smallint(4) DEFAULT '100',
|
||||
`atklog` smallint(4) DEFAULT '0',
|
||||
`fuid` bigint(20) DEFAULT NULL,
|
||||
`fupdate` smallint(4) DEFAULT '0',
|
||||
|
||||
Reference in New Issue
Block a user