diff options
author | sfan5 <sfan5@live.de> | 2022-04-27 19:10:03 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2022-04-28 19:55:36 +0200 |
commit | 3d2bf8fb021ea839944830e212789532ba3f0370 (patch) | |
tree | 90d9f19e14cacc2338f38f3dc910f6dcdbc81424 /builtin/settingtypes.txt | |
parent | 391eec9ee78fc9dfdc476ad2a8ed7755009e4a2f (diff) | |
download | minetest-3d2bf8fb021ea839944830e212789532ba3f0370.tar.gz minetest-3d2bf8fb021ea839944830e212789532ba3f0370.tar.bz2 minetest-3d2bf8fb021ea839944830e212789532ba3f0370.zip |
Apply disallow_empty_password to password changes too
Diffstat (limited to 'builtin/settingtypes.txt')
-rw-r--r-- | builtin/settingtypes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index babb89481..a983a8f6b 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -1186,7 +1186,7 @@ enable_mod_channels (Mod channels) bool false # If this is set, players will always (re)spawn at the given position. static_spawnpoint (Static spawnpoint) string -# If enabled, new players cannot join with an empty password. +# If enabled, players cannot join without a password or change theirs to an empty password. disallow_empty_password (Disallow empty passwords) bool false # If enabled, disable cheat prevention in multiplayer. |