slight fix to print method
This commit is contained in:
parent
d7d83c9275
commit
1cd62c2df1
|
@ -203,7 +203,6 @@ namespace BizHawk.MultiClient
|
|||
public void print(string s)
|
||||
{
|
||||
_caller.AddText(s);
|
||||
_caller.AddText("\n");
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
Loading…
Reference in New Issue