mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-02-18 12:51:26 -05:00
Someone forgot to merge assets from the credits branch.
This commit is contained in:
parent
657172ab56
commit
90cf53b959
2 changed files with 6 additions and 1 deletions
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