This commit is contained in:
Ava Shilling 2026-01-22 16:54:58 -05:00
parent 4dd64de133
commit 68a8733976

View file

@ -490,11 +490,6 @@ class AnalyticsDataService {
events.add(MorphUnlockedEvent(newUnlockedMorphs));
}
for (final entry in newConstructs.entries) {
final prevConstruct = prevConstructs[entry.key];
if (prevConstruct == null) continue;
}
if (update.blockedConstruct != null) {
events.add(ConstructBlockedEvent(update.blockedConstruct!));
}