mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 00:49:06 +01:00
Update the codebase to 515. (#15553)
* Update the codebase to 515. * edit that * WHOOPS * maor * maybe works * libcall and shit * do that too * remove that * auxtools isnt updated so get rid of it * actually remove auxtools lol Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
|
||||
if (!SSjobs.safe_to_sanitize)
|
||||
if (!SSjobs.deferred_preference_sanitizations[src])
|
||||
SSjobs.deferred_preference_sanitizations[src] = CALLBACK(src, .proc/late_sanitize, sql_load)
|
||||
SSjobs.deferred_preference_sanitizations[src] = CALLBACK(src, PROC_REF(late_sanitize), sql_load)
|
||||
else
|
||||
late_sanitize(sql_load)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user