From eb5a67d9e71a4e46ceaa624bef9af927be29a608 Mon Sep 17 00:00:00 2001 From: Abdurahman Elmawi Date: Sun, 29 Jun 2025 05:13:24 +0300 Subject: [PATCH] rename remember_password to remember_login --- builtin/settingtypes.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 646ce67f75..5b2d6daa7e 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -871,9 +871,9 @@ tooltip_append_itemname (Append item name) bool false # Use a cloud animation for the main menu background. menu_clouds (Clouds in menu) bool true -# Remember last entered password in the 'Join Game' tab +# Remember each server's entered login info in the 'Join Game' tab # ***WARNING, THIS IS NOT SECURE WHATSOEVER. DO NOT ENABLE THIS***: -remember_password (Remember password) bool false +remember_login (Remember logins) bool false [**HUD]