Removes the hyphen from default language keys, should make people spew gibberish less

This commit is contained in:
Anewbe
2019-01-23 17:26:53 -06:00
parent 9527ab2568
commit b5897a5c33
3 changed files with 39 additions and 3 deletions

View File

@@ -220,7 +220,7 @@ var/list/gamemode_cache = list()
var/aggressive_changelog = 0
var/list/language_prefixes = list(",","#","-")//Default language prefixes
var/list/language_prefixes = list(",","#")//Default language prefixes
var/show_human_death_message = 1