Langserver fixes, vol 2 (#7401)

This commit is contained in:
Erki
2019-11-15 23:42:25 +02:00
committed by Werner
parent 444c0d5ea5
commit ff41b92e97
39 changed files with 100 additions and 159 deletions
+1 -1
View File
@@ -403,7 +403,7 @@
if (!check_rights(R_MOD|R_ADMIN))
return
var/ckey = ckey(input("Please specify the ckey you want to search for:", "ckey")) as text
var/ckey = ckey(input("Please specify the ckey you want to search for:", "ckey") as text)
if (!ckey)
to_chat(usr, "<span class='notice'>Cancelled.</span>")
return