mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'moreadmins' into 'master'
Make all CoreDevelopers and Admins server admins for now till we have a working auth system See merge request veloren/veloren!587
This commit is contained in:
commit
0066a546a5
@ -27,7 +27,23 @@ impl Default for ServerSettings {
|
||||
server_description: "This is the best Veloren server.".to_owned(),
|
||||
max_players: 100,
|
||||
start_time: 9.0 * 3600.0,
|
||||
admins: vec!["Pfau".to_owned()],
|
||||
admins: vec![
|
||||
"Pfau".to_owned(),
|
||||
"zesterer".to_owned(),
|
||||
"xMAC94x".to_owned(),
|
||||
"Timo".to_owned(),
|
||||
"Songtronix".to_owned(),
|
||||
"Slipped".to_owned(),
|
||||
"Sharp".to_owned(),
|
||||
"Acrimon".to_owned(),
|
||||
"imbris".to_owned(),
|
||||
"YuriMomo".to_owned(),
|
||||
"Vechro".to_owned(),
|
||||
"AngelOnFira".to_owned(),
|
||||
"Nancok".to_owned(),
|
||||
"Qutrin".to_owned(),
|
||||
"Mckol".to_owned(),
|
||||
],
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user