Skip to content

Commit

Permalink
Fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
FeenieRU committed Oct 14, 2024
1 parent f421135 commit 0ab118c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/__HELPERS/_dreamluau.dm
Original file line number Diff line number Diff line change
Expand Up @@ -298,5 +298,3 @@
* @return null on success
*/
#define DREAMLUAU_CLEAR_REF_USERDATA(object) DREAMLUAU_CALL(clear_ref_userdata)((object))

var/harddel_deets_dumped = FALSE
3 changes: 3 additions & 0 deletions code/datums/datum.dm
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,9 @@
/datum/proc/dump_harddel_info()
return

/image
var/harddel_deets_dumped = FALSE

///images are pretty generic, this should help a bit with tracking harddels related to them
/image/dump_harddel_info()
if(harddel_deets_dumped)
Expand Down

0 comments on commit 0ab118c

Please sign in to comment.