Change default administrator account name to 'Admin'
This commit is contained in:
parent
8f4ea86d4e
commit
9c43510923
@ -707,9 +707,6 @@ connected_glass = true
|
||||
# Server / Singleplayer
|
||||
#
|
||||
|
||||
# Administrator account
|
||||
name = AntumDeluge
|
||||
|
||||
# Name of the server, to be displayed when players join and in the serverlist.
|
||||
# type: string
|
||||
#server_name = Minetest server
|
||||
@ -1465,11 +1462,11 @@ disallow_empty_password = true
|
||||
# Client and Server
|
||||
#
|
||||
|
||||
# Name of the player.
|
||||
# Administrator account.
|
||||
# When running a server, clients connecting with this name are admins.
|
||||
# When starting from the main menu, this is overridden.
|
||||
# type: string
|
||||
#name =
|
||||
name = Admin
|
||||
|
||||
# Set the language. Leave empty to use the system language.
|
||||
# A restart is required after changing this.
|
||||
|
Loading…
x
Reference in New Issue
Block a user