mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-04 13:54:22 +00:00
Merge pull request #456 from FunkinCrew/credits-fix
Someone forgot to merge assets from the credits branch.
This commit is contained in:
commit
6ea44dcf25
2
assets
2
assets
|
@ -1 +1 @@
|
|||
Subproject commit a54eb8517914e2a90b77e122ecd81cf73d60adaa
|
||||
Subproject commit 3ccfe33acef6e62c40317af583af764838544a24
|
|
@ -20,7 +20,12 @@ class CreditsDataHandler
|
|||
if (data == null)
|
||||
{
|
||||
trace('CreditsData(NULL)');
|
||||
return;
|
||||
}
|
||||
|
||||
if (data.entries == null || data.entries.length == 0)
|
||||
{
|
||||
trace('CreditsData(EMPTY)');
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue