Kaynağa Gözat

BulkEraseArtifacts crash fix

SoundSSGood 1 yıl önce
ebeveyn
işleme
c472b2ce5e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      lib/networkPacks/NetPacksLib.cpp

+ 1 - 1
lib/networkPacks/NetPacksLib.cpp

@@ -1715,7 +1715,7 @@ void BulkEraseArtifacts::applyGs(CGameState *gs)
 			for(auto & slotInfoWorn : artSet->artifactsWorn)
 			{
 				auto art = slotInfoWorn.second.artifact;
-				if(art->isCombined() && art->isPart(slotInfo->getArt()))
+				if(art->isCombined() && art->isPart(slotInfo->artifact))
 				{
 					dis.al.slot = artSet->getArtPos(art);
 					break;