mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
- Added a small correction to the permissions panel code. It will now save ckey(s) where s is the key you insert for the new admin. This was an oversight on my part. Until the server is updated past this revision, just insert the ckey when prompted, same as you would into admins.txt.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4927 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -100,6 +100,11 @@
|
|||||||
if(!adm_ckey || !new_rank)
|
if(!adm_ckey || !new_rank)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
adm_ckey = ckey(adm_ckey)
|
||||||
|
|
||||||
|
if(!adm_ckey)
|
||||||
|
return
|
||||||
|
|
||||||
if(!istext(adm_ckey) || !istext(new_rank))
|
if(!istext(adm_ckey) || !istext(new_rank))
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user