mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
Update the codebase to 515. (#15553)
* Update the codebase to 515. * edit that * WHOOPS * maor * maybe works * libcall and shit * do that too * remove that * auxtools isnt updated so get rid of it * actually remove auxtools lol Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
/datum/computer_file/program/ntsl2_interpreter/run_program(mob/user)
|
||||
. = ..()
|
||||
if(.)
|
||||
running = SSntsl2.new_program_computer(CALLBACK(src, .proc/buffer_callback_handler))
|
||||
running = SSntsl2.new_program_computer(CALLBACK(src, PROC_REF(buffer_callback_handler)))
|
||||
|
||||
/datum/computer_file/program/ntsl2_interpreter/Topic(href, href_list)
|
||||
if(..())
|
||||
@@ -51,7 +51,7 @@
|
||||
if(istype(running))
|
||||
running.kill()
|
||||
// Prepare for next execution
|
||||
running = SSntsl2.new_program_computer(CALLBACK(src, .proc/buffer_callback_handler))
|
||||
running = SSntsl2.new_program_computer(CALLBACK(src, PROC_REF(buffer_callback_handler)))
|
||||
is_running = FALSE
|
||||
|
||||
if(href_list["edit_file"])
|
||||
|
||||
Reference in New Issue
Block a user