Lua COnsole - ooops, don't write to output window in gui.text()!

This commit is contained in:
adelikat 2012-03-07 00:21:11 +00:00
parent 2278cfcccb
commit ff3738681f
1 changed files with 0 additions and 2 deletions

View File

@ -275,8 +275,6 @@ namespace BizHawk.MultiClient
{
return;
}
Global.MainForm.LuaConsole1.WriteToOutputWindow(lua_input.ToString());
Global.RenderPanel.AddGUIText(lua_input.ToString(), x, y);
}