From 10c6304a1fbf374861dc3fef865ab08577945d4b Mon Sep 17 00:00:00 2001 From: cc9cii Date: Fri, 23 Jul 2021 18:12:09 +1000 Subject: [PATCH] Fix typo from commit cfdbd0d471c6bac72f904f86a1bec486ca2a3822. --- apps/opencs/model/world/refcollection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/opencs/model/world/refcollection.cpp b/apps/opencs/model/world/refcollection.cpp index a26bf1d2f4..f4dc0bcb97 100644 --- a/apps/opencs/model/world/refcollection.cpp +++ b/apps/opencs/model/world/refcollection.cpp @@ -35,7 +35,7 @@ void CSMWorld::RefCollection::load (ESM::ESMReader& reader, int cellIndex, bool ref.mCell = "#" + std::to_string(index.first) + " " + std::to_string(index.second); // Handle non-base moved references - if (!base && !isMoved) + if (!base && isMoved) { // Moved references must have a link back to their original cell // See discussion: https://forum.openmw.org/viewtopic.php?f=6&t=577&start=30