mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Autolathe and wires panel TGUI, autolathe queueing. (#17978)
* autolathe 1 * FUCK MY LIFE * more fixes * autolathe queueing * cl * garbage collection * wire fixes * some final tweaks * on second thought this might be annoying * fix that * whoopsies * that didn't work for shit --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
user_client = user.client
|
||||
addProgBarImageToClient()
|
||||
|
||||
RegisterSignal(user, COMSIG_PARENT_QDELETING, PROC_REF(onUserDelete))
|
||||
RegisterSignal(user, COMSIG_QDELETING, PROC_REF(onUserDelete))
|
||||
RegisterSignal(user, COMSIG_MOB_LOGOUT, PROC_REF(cleanUserClient))
|
||||
RegisterSignal(user, COMSIG_MOB_LOGIN, PROC_REF(onUserLogin))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user