I didnt touch Console.WriteLine, and Obsidian/Obsidian/Net/MinecraftStream.Writing.cs because it uses Globals.PacketLogger, which doesnt exist. I did do comments with Globals.PacketLogger, because someone might copy/paste from those. IDK what i was thinking.
I used a RegEx i built to find all of these "wrong" usages: Log(ger)?\.[a-zA-z]{1,16}\(\$"
Closes #394
I didnt touch
Console.WriteLine
, andObsidian/Obsidian/Net/MinecraftStream.Writing.cs
because it usesGlobals.PacketLogger
, which doesnt exist. I did do comments withGlobals.PacketLogger
, because someone might copy/paste from those. IDK what i was thinking.I used a RegEx i built to find all of these "wrong" usages:
Log(ger)?\.[a-zA-z]{1,16}\(\$"