(ce6f2672e) Additional verbose logging

This commit is contained in:
Joonas Rikkonen
2019-06-13 11:45:20 +03:00
parent 45bce243bf
commit f8405fedb4
8 changed files with 93 additions and 0 deletions
@@ -125,6 +125,8 @@ namespace Barotrauma
InsertToList();
WayPointList.Add(this);
DebugConsole.Log("Created waypoint (" + ID + ")");
currentHull = Hull.FindHull(WorldPosition);
}