From 4396381d60969c564432b153a9b09ddb1620b381 Mon Sep 17 00:00:00 2001 From: MysterD Date: Tue, 15 Jun 2021 00:20:29 -0700 Subject: [PATCH] Change unstable build disclaimer --- src/pc/pc_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pc/pc_main.c b/src/pc/pc_main.c index 5338afafc..fcb0bbeab 100644 --- a/src/pc/pc_main.c +++ b/src/pc/pc_main.c @@ -279,7 +279,7 @@ void main_func(void) { } #ifdef UNSTABLE_BRANCH - custom_menu_error("This is an unstable branch build.\n\nPlease do not use this to play online with others.\n\nUse a regular build."); + custom_menu_error("This is an unstable branch build.\n\nExpect many strange bugs.\n\nFor a more stable experience use the normal coop branch."); #endif audio_init();