mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-02-04 02:38:16 +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)
|
if (data == null)
|
||||||
{
|
{
|
||||||
trace('CreditsData(NULL)');
|
trace('CreditsData(NULL)');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (data.entries == null || data.entries.length == 0)
|
||||||
|
{
|
||||||
|
trace('CreditsData(EMPTY)');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue