billsonnn / billsonnn/nitro-react
Song Disk
- Dominant language
- TypeScript
- Stars
- 59
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
The naming for the song disk is wrong.
it defaults to Epic Flail on all Song disks, however in the catlog it is shown correctly.
in Nitro:
```json
switch(this._category)
{
case FurniCategory.POSTER:
key = (('poster_' + k.stuffData.getLegacyString()) + '_name');
break;
case FurniCategory.TRAX_SONG:
this._name = 'SONG_NAME';
return;
default:
if(this.isWallItem)
```
in SWF:

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.