Replace ResourcePath with ResPath (#15308)
This commit is contained in:
@@ -130,7 +130,7 @@ namespace Content.Server.PDA.Ringer
|
||||
|
||||
private string GetSound(Note note)
|
||||
{
|
||||
return new ResourcePath("/Audio/Effects/RingtoneNotes/" + note.ToString().ToLower()) + ".ogg";
|
||||
return new ResPath("/Audio/Effects/RingtoneNotes/" + note.ToString().ToLower()) + ".ogg";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user