From e22af7c930d9bbe94716a613e9a6d4b3e42e166b Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Thu, 13 Jun 2024 12:05:33 +0200 Subject: [PATCH] small runtime fix (#16040) --- code/modules/vore/persist/persist_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/persist/persist_vr.dm b/code/modules/vore/persist/persist_vr.dm index dd4b1ef148..67bb1103c0 100644 --- a/code/modules/vore/persist/persist_vr.dm +++ b/code/modules/vore/persist/persist_vr.dm @@ -218,7 +218,7 @@ var/obj/item/device/nif/nif = H.nif - if(H.ckey != nif.owner_key) + if(nif && H.ckey != nif.owner_key) return //If they have one, and if it's not installing without an owner, because