From 84a24636f46cfd213afd0297f59bc9827edbe632 Mon Sep 17 00:00:00 2001 From: EillesWan Date: Mon, 21 Oct 2024 23:28:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E6=98=AF=E5=A4=A7=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trimo_plugin_msctconverter/command_structure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nonebot_plugins/trimo_plugin_msctconverter/command_structure.py b/src/nonebot_plugins/trimo_plugin_msctconverter/command_structure.py index ee34869..1a5eba2 100644 --- a/src/nonebot_plugins/trimo_plugin_msctconverter/command_structure.py +++ b/src/nonebot_plugins/trimo_plugin_msctconverter/command_structure.py @@ -421,8 +421,8 @@ async def _( ).lower() if len(dest_axis) == 2 and dest_axis[0] in (x, y, z) and dest_axis[1] in ("-", "+"): - dest_axis = dest_axis[0] axis_forward = True if dest_axis[1] == "+" else False + dest_axis = dest_axis[0] else: await cmd2struct.finish( UniMessage.text(