From 9adada8eee304dbd665f97b9c5ca2726473f8212 Mon Sep 17 00:00:00 2001 From: Astatin Date: Wed, 18 Jun 2025 17:24:26 +0200 Subject: Fixing oopsie error message using variables that don't exist :3 --- instructions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instructions.go b/instructions.go index c852ec4..b9b918a 100644 --- a/instructions.go +++ b/instructions.go @@ -563,7 +563,7 @@ instruction_param_loop: } if instrParam.MacroForbidden && isMacro { - rejectedError := fmt.Errorf("\t[Rejected] Param Type %v: This instruction cannot be used with this set of params inside of a macro\n", paramType, err) + rejectedError := fmt.Errorf("\t[Rejected] This instruction cannot be used with this set of params inside of a macro\n") if rejectedErrors == nil { rejectedErrors = rejectedError } else { -- cgit v1.2.3-70-g09d2