Dallinger / Griduniverse

Welcome to the Griduniverse.
7 stars 3 forks source link

Issues/284 transition display bug #286

Closed jessesnyder closed 3 months ago

jessesnyder commented 3 months ago

Fix for #284

Original bug was calling non-existent entries() method on a JS object. Many things about PlayerSet are easier if this structure is a Map, so I changed it to that.