mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
adds sql update file
fixes clientfps not saving
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user