TecKnow / muster-tools

A package for assigning players to tables at multi-table, walk-in gaming events.
GNU General Public License v3.0
0 stars 0 forks source link

Fix system reset not persisting to server #44

Closed TecKnow closed 3 years ago

TecKnow commented 3 years ago

Creates a missing thunk to call the system reset REST endpoing on the server. Previously, the client was dispatching the local system reset event directly, so it would not reach the server.

Fix #42