mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-16 09:34:52 +01:00
small runtime fix (#16040)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user