Replace ResourcePath with ResPath (#15308)
This commit is contained in:
@@ -205,7 +205,7 @@ namespace Content.Client.Audio
|
||||
string key;
|
||||
|
||||
if (ambientComp.Sound is SoundPathSpecifier path)
|
||||
key = path.Path?.ToString() ?? string.Empty;
|
||||
key = path.Path.ToString();
|
||||
else
|
||||
key = ((SoundCollectionSpecifier) ambientComp.Sound).Collection ?? string.Empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user