Unstable 0.17.4.0

This commit is contained in:
Markus Isberg
2022-03-30 00:08:09 +09:00
parent 2968e23ae8
commit c1b8e5a341
177 changed files with 3388 additions and 1977 deletions
@@ -15,7 +15,7 @@ namespace Barotrauma
partial void InitProjSpecific(ContentXElement element)
{
if (element.Attribute("sound") != null)
if (element.GetAttribute("sound") != null)
{
DebugConsole.ThrowError("Error in attack ("+element+") - sounds should be defined as child elements, not as attributes.");
return;