(e3d158689) Fixed server not saving debug console logs when savedebugconsolelogs is set to true

This commit is contained in:
Joonas Rikkonen
2019-06-13 11:45:41 +03:00
parent f8405fedb4
commit cdb2476d51
3 changed files with 51 additions and 8 deletions
@@ -366,13 +366,6 @@ namespace Barotrauma
return Name;
}
partial void InitProjSpecific();
public override string ToString()
{
return Name;
}
public override MapEntity Clone()
{
var clone = new Structure(rect, Prefab, Submarine)