mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-12-25 22:47:52 +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);
|
||||
if (entry != null)
|
||||
{
|
||||
trace(' Loaded entry data: ${entry}');
|
||||
trace(' Loaded entry data: ${entry.id}');
|
||||
entries.set(entry.id, entry);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue