mirror of
https://github.com/Sanae6/SmoOnlineServer.git
synced 2024-11-22 03:05:16 +00:00
Remove ad-hoc logging code
This commit is contained in:
parent
09fb2af344
commit
f41eee95d6
1 changed files with 0 additions and 3 deletions
|
@ -60,9 +60,6 @@ server.PacketHandler = (c, p) => {
|
|||
{
|
||||
if (p is PlayerPacket playerPacket) {
|
||||
c.Metadata["scenario"] = playerPacket.ScenarioNum;
|
||||
if (!string.IsNullOrEmpty(playerPacket.Hack)) {
|
||||
c.Logger.Warn($"In a capture {playerPacket.Hack}");
|
||||
}
|
||||
}
|
||||
}
|
||||
switch (p) {
|
||||
|
|
Loading…
Reference in a new issue