diff --git a/code/game/objects/items/explosives/grenades/marines.dm b/code/game/objects/items/explosives/grenades/marines.dm index f9aa73468b1b..ced69eb73297 100644 --- a/code/game/objects/items/explosives/grenades/marines.dm +++ b/code/game/objects/items/explosives/grenades/marines.dm @@ -507,7 +507,7 @@ if(antigrief_protection && user.faction == FACTION_MARINE && explosive_antigrief_check(src, user)) to_chat(user, SPAN_WARNING("\The [name]'s safe-area accident inhibitor prevents you from planting!")) - msg_admin_niche("[key_name(user)] attempted to plant \a [src.name] in [get_area(src)] [ADMIN_JMP(src.loc)]") + msg_admin_niche("[key_name(user)] attempted to plant \a [name] in [get_area(src)] [ADMIN_JMP(src.loc)]") return if(ishuman(user))