Lua COnsole - ooops, don't write to output window in gui.text()!
This commit is contained in:
parent
2278cfcccb
commit
ff3738681f
|
@ -275,8 +275,6 @@ namespace BizHawk.MultiClient
|
|||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Global.MainForm.LuaConsole1.WriteToOutputWindow(lua_input.ToString());
|
||||
Global.RenderPanel.AddGUIText(lua_input.ToString(), x, y);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue