make ringtone and uplink code 6 notes long (#17545)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -43,7 +43,7 @@ namespace Content.Client.PDA.Ringer
|
||||
return false;
|
||||
}
|
||||
|
||||
ringtone = new Note[4];
|
||||
ringtone = new Note[_menu.RingerNoteInputs.Length];
|
||||
|
||||
for (int i = 0; i < _menu.RingerNoteInputs.Length; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user