diff --git a/BizHawk.MultiClient/LuaImplementation.cs b/BizHawk.MultiClient/LuaImplementation.cs index 33d28ee3f8..c685257c18 100644 --- a/BizHawk.MultiClient/LuaImplementation.cs +++ b/BizHawk.MultiClient/LuaImplementation.cs @@ -35,7 +35,7 @@ namespace BizHawk.MultiClient } catch { - Global.RenderPanel.AddMessage("error running function attached by lua function savestate.registersave"); + Global.MainForm.LuaConsole1.WriteToOutputWindow("error running function attached by lua function savestate.registersave"); } } } @@ -50,7 +50,7 @@ namespace BizHawk.MultiClient } catch { - Global.RenderPanel.AddMessage("error running function attached by lua function savestate.registerload"); + Global.MainForm.LuaConsole1.WriteToOutputWindow("error running function attached by lua function savestate.registerload"); } } }