billsonnn / billsonnn/nitro-react

Song Disk

Open
#86 0 comments 0 reactions 0 assignees View on GitHub
bug
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:
![image](https://user-images.githubusercontent.com/1917443/206998831-8ea3052c-64b2-4f2f-9e6e-4d540cee99ff.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.