mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-05-13 18:30:26 +01:00
a81aa191f9
* default FPS to 63 * SQL updates * smallint(4)
5 lines
177 B
SQL
5 lines
177 B
SQL
# 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`;
|