From 017b29dae98baf2d2cf4c9cc9c9c15b8118be6f9 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sun, 21 Jan 2024 22:30:52 +0200 Subject: [PATCH] fixed dofuel -> dohold --- awlite.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awlite.awk b/awlite.awk index 38bceca..49cc1bd 100644 --- a/awlite.awk +++ b/awlite.awk @@ -625,7 +625,7 @@ BEGIN { else if(action == "s" || action == "sell") dosell(paramstr) else if(action == "j" || action == "jump") dojump(paramstr) else if(action == "f" || action == "fuel") dofuel(paramstr) - else if(action == "ho" || action == "hold") dofuel(paramstr) + else if(action == "ho" || action == "hold") dohold(paramstr) else if(CHEAT && action == "cash") docash(paramstr) else if(CHEAT && action == "sneak") dosneak(paramstr) else printf("Unknown command")