fix : 로그 수정

This commit is contained in:
qornwh1
2026-03-19 10:42:36 +09:00
parent 48c9f1031b
commit 4493729519

View File

@@ -1060,7 +1060,7 @@ public class GameServer : ServerBase
}
SendTo(peer, PacketSerializer.Serialize((ushort)PacketCode.CHANGE_MAP, response));
Log.Debug("[GameServer] CHANGE_MAP HashKey={Key} OldMap={OldMapId} NewMap={MapId}", hashKey, oldMapId, packet.MapId);
Log.Debug("[GameServer] CHANGE_MAP HashKey={Key} OldMap={OldMapId} NewMap={MapId}", hashKey, oldMapId, newMapId);
}
private void OnPartyChangeMap(NetPeer peer, int hashKey, byte[] payload)