Fix uplinks not working off-station (for real this time) (#14145)

This commit is contained in:
Wildkins
2022-05-31 11:07:31 -04:00
committed by GitHub
parent 8e5dbb9314
commit 105c83b555
3 changed files with 8 additions and 4 deletions

View File

@@ -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()