diff --git a/libs/gamecode/opcodes.py b/libs/gamecode/opcodes.py index 4c0ea838b..b38763156 100644 --- a/libs/gamecode/opcodes.py +++ b/libs/gamecode/opcodes.py @@ -438,7 +438,7 @@ rcall_formats = { return_formats = { "opcode": "OP_RETURN_{ss+1}", "mnemonic": "return{ss+1}", - "opname": "return{ss+1}", + "opname": "return", "widths": "0, 0, 0", "format": "%Ra", "types": "ev_void, ev_invalid, ev_invalid",