Commit cef59e82 authored by mercury233's avatar mercury233

fix

parent ce623737
...@@ -257,7 +257,7 @@ namespace WindBot.Game ...@@ -257,7 +257,7 @@ namespace WindBot.Game
string myName = _room.Position == 0 ? _room.Names[0] : _room.Names[1]; string myName = _room.Position == 0 ? _room.Names[0] : _room.Names[1];
string otherName = _room.Position == 0 ? _room.Names[1] : _room.Names[0]; string otherName = _room.Position == 0 ? _room.Names[1] : _room.Names[0];
if (player >= 4) if (player >= 4)
Logger.WriteLine(myName + " System or Watch : " + message); Logger.DebugWriteLine(myName + " System or Watch : " + message);
else else
Logger.WriteLine(otherName + " say to " + myName + ": " + message); Logger.WriteLine(otherName + " say to " + myName + ": " + message);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment