Skip to content

Commit

Permalink
Fix Unscripted Stage Log Trace
Browse files Browse the repository at this point in the history
  • Loading branch information
gamerbross committed May 24, 2024
1 parent b167e48 commit 07959d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/data/BaseRegistry.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 07959d3

Please sign in to comment.