MrEliptik / godot_twitch_games

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

Every game should unregister their commands when leaving #79

Closed MrEliptik closed 9 months ago

MrEliptik commented 10 months ago

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

Drathal commented 9 months ago

im on it