From cd45f4cef59cf5dffe10ecf071baf397882dc4ab Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 9 May 2021 15:11:18 -0300 Subject: Actually "menu" is a bad keyword --- game/client.rpy | 2 +- game/discord.rpy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'game') diff --git a/game/client.rpy b/game/client.rpy index 6ea5a65..8a80ad4 100644 --- a/game/client.rpy +++ b/game/client.rpy @@ -69,7 +69,7 @@ init 2 python: progress=100 # Clean discord RPC and go back to world selection menu - RPCUpdate("Main Menu", "menu") + RPCUpdate("Main Menu", "launcher") return def md5check_client(): diff --git a/game/discord.rpy b/game/discord.rpy index 7f70991..0367b8a 100644 --- a/game/discord.rpy +++ b/game/discord.rpy @@ -57,7 +57,7 @@ label before_main_menu: **{ 'details': 'Main Menu', 'start_timestamp': float(now()), - 'large_image_key': 'menu' + 'large_image_key': 'launcher' } ) discord_rpc.update_connection() -- cgit v1.2.3-70-g09d2