|
|
|
@ -670,6 +670,8 @@ bool IOwnLevel(const Player &player) |
|
|
|
continue; |
|
|
|
continue; |
|
|
|
if (other._pLvlChanging) |
|
|
|
if (other._pLvlChanging) |
|
|
|
continue; |
|
|
|
continue; |
|
|
|
|
|
|
|
if (other._pmode == PM_NEWLVL) |
|
|
|
|
|
|
|
continue; |
|
|
|
if (other.plrlevel != player.plrlevel) |
|
|
|
if (other.plrlevel != player.plrlevel) |
|
|
|
continue; |
|
|
|
continue; |
|
|
|
if (other.plrIsOnSetLevel != player.plrIsOnSetLevel) |
|
|
|
if (other.plrIsOnSetLevel != player.plrIsOnSetLevel) |
|
|
|
|