Merge fix

This commit is contained in:
KimLS
2017-09-17 13:20:48 -07:00
17 changed files with 140 additions and 74 deletions
+3 -1
View File
@@ -88,6 +88,7 @@ enum LogCategory {
Headless_Client,
HP_Update,
FixZ,
Food,
MaxCategoryID /* Don't Remove this*/
};
@@ -140,7 +141,8 @@ static const char* LogCategoryName[LogCategory::MaxCategoryID] = {
"Client Login",
"Headless Client",
"HP Update",
"FixZ"
"FixZ",
"Food"
};
}