mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-16 02:17:06 +01:00
Langserver fixes, vol 2 (#7401)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user