Fixes speling error

This commit is contained in:
Citinited
2018-07-03 16:30:30 +01:00
parent 6d06e9afb7
commit a7dc1d70e9
+1 -1
View File
@@ -463,7 +463,7 @@
var/new_job = "Civilian"
if(department == "Custom")
new_job = sanitize(stripped_input(user,"Choose a custom jon title:","Agent Card Occupation", "Civilian", MAX_MESSAGE_LEN))
new_job = sanitize(stripped_input(user,"Choose a custom job title:","Agent Card Occupation", "Civilian", MAX_MESSAGE_LEN))
else if(department != "Civilian")
switch(department)
if("Engineering")