mirror of
https://github.com/Sanae6/SmoOnlineServer.git
synced 2024-11-22 03:05:16 +00:00
!
This commit is contained in:
parent
c92f4ba60c
commit
09fb2af344
1 changed files with 1 additions and 1 deletions
|
@ -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}");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue