This commit is contained in:
Sanae 2022-03-08 17:05:57 -06:00
parent c92f4ba60c
commit 09fb2af344
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ server.PacketHandler = (c, p) => {
{
if (p is PlayerPacket playerPacket) {
c.Metadata["scenario"] = playerPacket.ScenarioNum;
if (string.IsNullOrEmpty(playerPacket.Hack)) {
if (!string.IsNullOrEmpty(playerPacket.Hack)) {
c.Logger.Warn($"In a capture {playerPacket.Hack}");
}
}