Browse Source

Don't process get request item commands after start changing level

pull/5431/head
obligaron 3 years ago committed by Anders Jenbo
parent
commit
d0c1aba463
  1. 2
      Source/msg.cpp

2
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)

Loading…
Cancel
Save