Removed some debug code...
This commit is contained in:
parent
a0f470b1bb
commit
a7a045bb87
|
@ -1039,7 +1039,6 @@ namespace BizHawk.MultiClient
|
|||
{
|
||||
if (InputValidate.IsValidUnsignedNumber(mnemonic.Substring(srcindex + start, 3)))
|
||||
{
|
||||
Console.WriteLine((float)(Int32.Parse(mnemonic.Substring(srcindex + start, 3)) - 128));
|
||||
Force("P" + player + " " + name, Int32.Parse(mnemonic.Substring(srcindex + start, 3)) - 128);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue