Revert 2124b5ec, suspect that event firing may be broken

This commit is contained in:
Andrew Steinborn 2021-07-28 13:05:44 -04:00
parent 3d8e9091c0
commit 211da180b3

View File

@ -44,7 +44,6 @@ class EventTypeTracker {
}
friends.put(type, eventType);
friends.put(eventType, type);
}
return types;
}