missed a place to change drop_pc -> handle_drop_pc

This commit is contained in:
2024-08-24 14:12:12 -05:00
committed by Celtic Minstrel
parent bf86d8c3c3
commit 2471a3e005

View File

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