MrEliptik / godot_twitch_games

Collection of small chat interactive games for Twitch
https://bento.me/mreliptik
MIT License
17 stars 5 forks source link

Every game should unregister their commands when leaving #79

Closed MrEliptik closed 1 year ago

MrEliptik commented 1 year ago

Because gift is a singleton, the commands registered will persist between games. Every game should unregister before leaving

Drathal commented 1 year ago

im on it