mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Sets the default FPS to 63 (#17564)
* default FPS to 63 * SQL updates * smallint(4)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# Updates DB from 34 to 35 -hal9000PR
|
||||
# Changes DB default for clientFPS to 63
|
||||
|
||||
ALTER TABLE `player` CHANGE COLUMN `clientfps` `clientfps` smallint(4) DEFAULT '63' AFTER `exp`;
|
||||
Reference in New Issue
Block a user