Cutting/repairing holes in walls is logged, fixed gaps emitting drip particles even if there's no water in either hull. Closes #139

This commit is contained in:
Joonas Rikkonen
2018-01-09 19:50:55 +02:00
parent 6fff303d30
commit d1bb33be78
3 changed files with 29 additions and 5 deletions
@@ -186,7 +186,7 @@ namespace Barotrauma
if (propertyValue == null)
{
DebugConsole.ThrowError("Couldn't compare " + Value.ToString() + " (" + Value.GetType() + ") to property \"" + property.Name + "- property.GetValue() returns null!!");
DebugConsole.ThrowError("Couldn't compare " + Value.ToString() + " (" + Value.GetType() + ") to property \"" + property.Name + "\" - property.GetValue() returns null!");
return false;
}