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.");