mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 03:49:10 +01:00
Fix Save ops order (#1367)
And fix field nulling if the database doesn't return anything.
This commit is contained in:
@@ -151,7 +151,7 @@
|
||||
else
|
||||
if (modified)
|
||||
// No save here, because this is only called from the menu and needs to save /everything/.
|
||||
handle_sql_saving(SQL_PREFERENCES|SQL_CHARACTER)
|
||||
handle_sql_saving(SQL_CHARACTER)
|
||||
modified = 0
|
||||
|
||||
/datum/category_group/player_setup_category/proc/load_preferences(var/savefile/S)
|
||||
|
||||
Reference in New Issue
Block a user