diff --git a/code/game/machinery/hologram.dm.rej b/code/game/machinery/hologram.dm.rej deleted file mode 100644 index b2237e799d..0000000000 --- a/code/game/machinery/hologram.dm.rej +++ /dev/null @@ -1,16 +0,0 @@ -diff a/code/game/machinery/hologram.dm b/code/game/machinery/hologram.dm (rejected hunks) -@@ -58,13 +58,11 @@ Possible to do for anyone motivated enough: - - /obj/machinery/holopad/Destroy() - if(outgoing_call) -- LAZYADD(holo_calls, outgoing_call) -- outgoing_call = null -+ outgoing_call.ConnectionFailure(src) - - for(var/I in holo_calls) - var/datum/holocall/HC = I - HC.ConnectionFailure(src) -- LAZYCLEARLIST(holo_calls) - - for (var/I in masters) - clear_holo(I)