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:
kyunkyunkyun
2025-08-08 01:07:23 +05:00
committed by GitHub
parent 2fae84052c
commit f8c97bfed8
7 changed files with 32 additions and 13 deletions
+4
View File
@@ -0,0 +1,4 @@
# Updates DB from 68 to 69
# Changes DB default for clientFPS to 100
ALTER TABLE `player` CHANGE COLUMN `clientfps` `clientfps` smallint(4) DEFAULT '100' AFTER `exp`;