diff --git a/dZoneManager/Zone.cpp b/dZoneManager/Zone.cpp index d11d11dd..463f0a8a 100644 --- a/dZoneManager/Zone.cpp +++ b/dZoneManager/Zone.cpp @@ -280,7 +280,8 @@ void Zone::LoadLUTriggers(std::string triggerFile, SceneRef& scene) { newCommand->target = currentCommand->Attribute("target"); if (currentCommand->Attribute("targetName")) { newCommand->targetName = currentCommand->Attribute("targetName"); - } else if (currentCommand->Attribute("args")) { + } + if (currentCommand->Attribute("args")) { newCommand->args = currentCommand->Attribute("args"); }