mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-12-26 15:07:14 +00:00
Fix Unscripted Stage Log Trace
This commit is contained in:
parent
b167e485a1
commit
07959d3e88
|
@ -117,7 +117,7 @@ abstract class BaseRegistry<T:(IRegistryEntry<J> & Constructible<EntryConstructo
|
||||||
var entry:T = createEntry(entryId);
|
var entry:T = createEntry(entryId);
|
||||||
if (entry != null)
|
if (entry != null)
|
||||||
{
|
{
|
||||||
trace(' Loaded entry data: ${entry}');
|
trace(' Loaded entry data: ${entry.id}');
|
||||||
entries.set(entry.id, entry);
|
entries.set(entry.id, entry);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue