mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-27 10:32:08 +00:00
Fix uplinks not working off-station (for real this time) (#14145)
This commit is contained in:
@@ -173,8 +173,7 @@
|
||||
if((!computer.registered_id && !computer.register_account(src)))
|
||||
return
|
||||
if(service_state == PROGRAM_STATE_DISABLED)
|
||||
if(!computer.enable_service(null, user, src))
|
||||
return
|
||||
computer.enable_service(null, user, src)
|
||||
return ..(user)
|
||||
|
||||
/datum/computer_file/program/chat_client/event_registered()
|
||||
|
||||
Reference in New Issue
Block a user