adds sql update file

fixes clientfps not saving
This commit is contained in:
uraniummeltdown
2018-01-27 23:24:45 +05:00
parent 9ee6f1f980
commit a3a0e83908
4 changed files with 7 additions and 3 deletions
@@ -47,7 +47,7 @@
windowflashing = text2num(query.item[14])
ghost_anonsay = text2num(query.item[15])
exp = query.item[16]
clientfps = query.item[17]
clientfps = text2num(query.item[17])
//Sanitize
ooccolor = sanitize_hexcolor(ooccolor, initial(ooccolor))