0
0
Fork 0
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:
Sanae 2022-03-08 17:09:32 -06:00
parent 09fb2af344
commit f41eee95d6

View file

@ -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) {