Change unstable build disclaimer

This commit is contained in:
MysterD 2021-06-15 00:20:29 -07:00
parent 15f8b12770
commit 4396381d60
1 changed files with 1 additions and 1 deletions

View File

@ -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();