mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-14 01:18:40 +01:00
NTSL2++ sucessor to NTSL2+ (#9321)
This drastcly is meant to rework DM and Daemon code to allow further expansion and replacement of custom engine with JavaScript language based engine. Daemon PR - Aurorastation/ByondInterpretedLanguage#7 Forums topic for discussion - https://forums.aurorastation.org/topic/14570-ntsl2-and-its-future/ Superseeds #8817
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
set category = "Debug"
|
||||
if(!check_rights(R_DEBUG)) return
|
||||
|
||||
if(ntsl2.connected)
|
||||
if(SSntsl2.connected)
|
||||
log_admin("[key_name(src)] disabled NTSL",admin_key=key_name(src))
|
||||
message_admins("[key_name_admin(src)] disabled NTSL", 1)
|
||||
|
||||
ntsl2.disconnect()
|
||||
SSntsl2.disconnect()
|
||||
|
||||
feedback_add_details("admin_verb","DNT") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
||||
else
|
||||
@@ -18,11 +18,11 @@
|
||||
set category = "Debug"
|
||||
if(!check_rights(R_DEBUG)) return
|
||||
|
||||
if(!ntsl2.connected)
|
||||
if(!SSntsl2.connected)
|
||||
log_admin("[key_name(src)] enabled NTSL",admin_key=key_name(src))
|
||||
message_admins("[key_name_admin(src)] enabled NTSL", 1)
|
||||
|
||||
ntsl2.attempt_connect()
|
||||
SSntsl2.attempt_connect()
|
||||
|
||||
feedback_add_details("admin_verb","CNT") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user