From 2471a3e005ec8738663c77c32b1c316a64b39b63 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sat, 24 Aug 2024 14:12:12 -0500 Subject: [PATCH] missed a place to change drop_pc -> handle_drop_pc --- src/game/boe.actions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/boe.actions.cpp b/src/game/boe.actions.cpp index e727ac53..25ac50e2 100644 --- a/src/game/boe.actions.cpp +++ b/src/game/boe.actions.cpp @@ -2644,7 +2644,7 @@ void switch_pc(short which) { void handle_drop_pc() { if(recording){ - record_action("drop_pc", ""); + record_action("handle_drop_pc", ""); } if(!prime_time()) { ASB("Finish what you're doing first.");