Merge pull request #6326 from Citadel-Station-13/upstream-merge-37072

[MIRROR] Fix an error message grammer
This commit is contained in:
LetterJay
2018-04-09 16:39:28 -05:00
committed by GitHub
@@ -165,7 +165,7 @@
var/datum/config_entry/E = entry_type
var/entry_is_abstract = initial(E.abstract_type) == entry_type
if(entry_is_abstract)
CRASH("Tried to retrieve an abstract config_entry: [entry_type]")
CRASH("Tried to set an abstract config_entry: [entry_type]")
E = entries_by_type[entry_type]
if(!E)
CRASH("Missing config entry for [entry_type]!")