From 9250ecc445e158eb536a63a04770ce2bdc7285fa Mon Sep 17 00:00:00 2001
From: fheinrich <fheinrich@techfak.de>
Date: Fri, 8 Mar 2024 17:06:16 +0100
Subject: [PATCH] Fix player from hooks

---
 .../configs/human_readable_print_templates.yaml               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cooperative_cuisine/configs/human_readable_print_templates.yaml b/cooperative_cuisine/configs/human_readable_print_templates.yaml
index 0e1bec2c..b190f6bc 100644
--- a/cooperative_cuisine/configs/human_readable_print_templates.yaml
+++ b/cooperative_cuisine/configs/human_readable_print_templates.yaml
@@ -1,13 +1,13 @@
 post_dispenser_pick_up: "Player $player picked up $return_this from the $counter."
 post_counter_pick_up: "Player $player picked $return_this up from $counter."
 post_counter_drop_off: "Player $player dropped $item off on $counter."
-cutting_board_100: "Player $player_name finished chopping at $counter."
+cutting_board_100: "Player $player finished chopping at $counter."
 player_start_interaction: "Player $player started interacting with $counter."
 player_end_interact: "Player $player stopped interacting with $counter."
 post_serving: "Item $item was served at $counter."
 dirty_plate_arrives: "A plate returned to $counter."
 trashcan_usage: "Player $player threw $item in $counter."
-plate_cleaned: "Player $player_name cleaned a plate at $counter."
+plate_cleaned: "Player $player cleaned a plate at $counter."
 added_plate_to_sink: "Player $player put $item in $counter."
 drop_on_sink_addon: "Player $player put $item on $counter."
 pick_up_from_sink_addon: "Player $player picked up $occupied_by from $counter."
-- 
GitLab