Compatability with sawmills. (#60)

This commit is contained in:
Pieter-Jan Briers
2018-04-19 20:23:49 +02:00
committed by GitHub
parent 41bda76980
commit 74193d1182
2 changed files with 13 additions and 13 deletions

View File

@@ -194,7 +194,7 @@ namespace Content.Server.GameObjects.Components.Power
else
{
var name = device.Owner.Prototype.Name;
Logger.Log(String.Format("We tried to remove a device twice from the same {0} somehow, prototype {1}", Name, name));
Logger.Info(String.Format("We tried to remove a device twice from the same {0} somehow, prototype {1}", Name, name));
}
}
}

View File

@@ -313,7 +313,7 @@ namespace Content.Server.GameObjects.Components.Power
else
{
var name = device.Owner.Prototype.Name;
Logger.Log(String.Format("We tried to remove a device twice from the same powernet somehow, prototype {0}", name));
Logger.Info(String.Format("We tried to remove a device twice from the same powernet somehow, prototype {0}", name));
}
}
@@ -352,7 +352,7 @@ namespace Content.Server.GameObjects.Components.Power
else
{
var name = generator.Owner.Prototype.Name;
Logger.Log(String.Format("We tried to remove a device twice from the same power somehow, prototype {1}", name));
Logger.Info(String.Format("We tried to remove a device twice from the same power somehow, prototype {1}", name));
}
}