fixes some stuff, note that the infinite loop is still present but only mitigated

This commit is contained in:
Matt Atlas
2022-02-27 20:00:57 +01:00
parent 184609631b
commit b782b15c92
5 changed files with 431 additions and 66609 deletions
+2 -2
View File
@@ -377,8 +377,8 @@ var/global/dmm_suite/preloader/_preloader = new
SSatoms.map_loader_begin()
/dmm_suite/proc/create_atom(path, crds)
set waitfor = FALSE
. = new path (crds)
// Doing this async is impossible, as we must return the ref.
return new path (crds)
//text trimming (both directions) helper proc
//optionally removes quotes before and after the text (for variable name)