Commit 482e3bb0 authored by JoyJ's avatar JoyJ

cleanup

parent 4532cde0
Pipeline #115 failed with stage
in 46 seconds
......@@ -616,9 +616,9 @@ private void menuitem_testlua_Click(object sender, EventArgs e)
Lua lua = new Lua();
var env = lua.CreateEnvironment();
env.DoChunk("Duel={} Effect={} Card={} aux={} Auxiliary={} _G={}" + cCode + "={} " + this.fctb.Text,"test.lua");
env.DoChunk("Duel={} Effect={} Card={} aux={} Auxiliary={} _G={}" + cCode + "={} " + this.fctb.Text, "test.lua");
}
catch(LuaException ex)
catch (LuaException ex)
{
MessageBox.Show($"LINE{ex.Line} - {ex.Message}");
error = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment