Fix some pathing logic that is using Z to match a node reach when it is error prone in certain scenarios

Fixed a decent amount of path logging
This commit is contained in:
Akkadius
2017-07-18 19:09:28 -05:00
parent a83edb83ba
commit 7cda4aaa2c
3 changed files with 72 additions and 70 deletions
+3 -1
View File
@@ -87,6 +87,7 @@ enum LogCategory {
Client_Login,
Headless_Client,
HP_Update,
FixZ,
MaxCategoryID /* Don't Remove this*/
};
@@ -138,7 +139,8 @@ static const char* LogCategoryName[LogCategory::MaxCategoryID] = {
"Login Server",
"Client Login",
"Headless Client",
"HP Update"
"HP Update",
"FixZ"
};
}