diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-08 17:40:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-08 17:40:01 -0300 |
commit | 7c454b7b7bb4e5bfa490dcbfc5ec3dd32403c9b2 (patch) | |
tree | 4396776faf5385dd5c31b9d264c52121e2c7a0db | |
parent | 4b211e89070a287bc6df4a0231d988f3a3e7ca4d (diff) | |
download | renpy-7c454b7b7bb4e5bfa490dcbfc5ec3dd32403c9b2.tar.gz renpy-7c454b7b7bb4e5bfa490dcbfc5ec3dd32403c9b2.tar.bz2 renpy-7c454b7b7bb4e5bfa490dcbfc5ec3dd32403c9b2.tar.xz renpy-7c454b7b7bb4e5bfa490dcbfc5ec3dd32403c9b2.zip |
...If. For any reason. Label quit is called inside a thread...
Be sure that responsive was unset, then. Controller should catch this.
-rw-r--r-- | game/discord.rpy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/game/discord.rpy b/game/discord.rpy index 6d80063..a15a301 100644 --- a/game/discord.rpy +++ b/game/discord.rpy @@ -66,6 +66,7 @@ label before_main_menu: label quit: $ stdout("Shutdown requested, cleaning up...") + $ responsive=False $ discord_rpc.shutdown() $ stdout("Thanks for playing the Mana Launcher.") return |