Fixed missing variable causing compile to fail

master
Lodle 2013-10-29 10:23:14 -07:00
parent 7a78d45e9f
commit 44b431a56d
1 changed files with 1 additions and 0 deletions

View File

@ -598,6 +598,7 @@ void MCFManager::validateMcf(const char* mcf)
DesuraId id = mcfHead->getDesuraId();
MCFBuild build = mcfHead->getBuild();
MCFBranch branch = mcfHead->getBranch();
bool isPatch = strstr(mcf, "patch")?true:false;
bool isUnAuthed = strstr(mcf, "unauth")?true:false;