mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
Merge pull request #25826 from Fox-McCloud/qdel-fix
Fixes Computer Programs not Returning a qdel hint
This commit is contained in:
@@ -23,7 +23,7 @@ var/global/file_uid = 0
|
||||
if(holder.holder && holder.holder.active_program == src)
|
||||
holder.holder.kill_program(forced = TRUE)
|
||||
holder = null
|
||||
..()
|
||||
return ..()
|
||||
|
||||
// Returns independent copy of this file.
|
||||
/datum/computer_file/proc/clone(rename = 0)
|
||||
|
||||
Reference in New Issue
Block a user