Fix missing string typo

My mistake from
7751914428
This commit is contained in:
ebaydayz
2016-07-17 16:00:12 -04:00
parent 7751914428
commit 3a5fc91329
4 changed files with 4 additions and 3 deletions

View File

@@ -194,6 +194,6 @@ if ((_startUpgrade) AND (isClass(_upgradeConfig))) then {
localize "str_upgradeDone" call dayz_rollingMessages;
/*
} else {
"Object has no upgrade option." call dayz_rollingMessages;
localize "str_upgradeNoOption" call dayz_rollingMessages;
*/
};