Fix an error message grammer

This commit is contained in:
Jordan Brown
2018-04-09 01:15:30 -04:00
committed by Nich
parent 43e6f8f658
commit ec359dc152

View File

@@ -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]!")