Skip to content

Commit

Permalink
Removes cause data from player panel kill
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Nov 8, 2023
1 parent f9d0c6a commit 4a3e5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/player_panel/actions/general.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
name = "Kill"

/datum/player_action/kill/act(client/user, mob/target, list/params)
target.death(create_cause_data("[user.key]"))
target.death()
message_admins("[key_name_admin(user)] killed [key_name_admin(target)].")
return TRUE

Expand Down

0 comments on commit 4a3e5e9

Please sign in to comment.