mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 16:42:13 +00:00
Removed and commented out the last traces of goon auth. code
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
/mob/verb/adminhelp(msg as text)
|
||||
set category = "Admin"
|
||||
set name = "Adminhelp"
|
||||
if(!usr.client.authenticated)
|
||||
src << "Please authorize before sending these messages."
|
||||
return
|
||||
|
||||
msg = copytext(sanitize(msg), 1, MAX_MESSAGE_LEN)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user