mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-23 21:17:20 +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