steven -> Steven

This commit is contained in:
Thinkofdeath 2016-03-16 19:11:50 +00:00
parent 70b6738d87
commit 0143678ab6
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ const CL_BRAND: console::CVar<String> = console::CVar {
\"Vanilla\"",
mutable: false,
serializable: false,
default: &|| "steven".to_owned(),
default: &|| "Steven".to_owned(),
};
pub struct Game {