mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
adds sql update file
fixes clientfps not saving
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#Updating the SQL from version 1 to version 2. -uraniummeltdown
|
||||
#Adding new column to contain the clientfps value.
|
||||
ALTER TABLE `player`
|
||||
ADD `clientfps` smallint(4) DEFAULT '0' AFTER `exp`;
|
||||
Reference in New Issue
Block a user