(6f8f26a84) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev
This commit is contained in:
@@ -4343,7 +4343,7 @@ namespace Barotrauma
|
|||||||
GUITextBox xmlPathElement = null;
|
GUITextBox xmlPathElement = null;
|
||||||
void UpdatePaths()
|
void UpdatePaths()
|
||||||
{
|
{
|
||||||
string pathBase = $"Content/Characters/{Name}/{Name}";
|
string pathBase = $"Mods/Characters/{Name}/{Name}";
|
||||||
XMLPath = $"{pathBase}.xml";
|
XMLPath = $"{pathBase}.xml";
|
||||||
TexturePath = $"{pathBase}.png";
|
TexturePath = $"{pathBase}.png";
|
||||||
texturePathElement.Text = TexturePath;
|
texturePathElement.Text = TexturePath;
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user