From d0c1aba463fef3444e0a0be09dffc17f47ad43cb Mon Sep 17 00:00:00 2001 From: obligaron Date: Sat, 22 Oct 2022 14:03:27 +0200 Subject: [PATCH] Don't process get request item commands after start changing level --- Source/msg.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/msg.cpp b/Source/msg.cpp index d373ad5e6..8aeb9f671 100644 --- a/Source/msg.cpp +++ b/Source/msg.cpp @@ -670,6 +670,8 @@ bool IOwnLevel(const Player &player) continue; if (other._pLvlChanging) continue; + if (other._pmode == PM_NEWLVL) + continue; if (other.plrlevel != player.plrlevel) continue; if (other.plrIsOnSetLevel != player.plrIsOnSetLevel)