Skip to content

Commit

Permalink
removes extra tab
Browse files Browse the repository at this point in the history
  • Loading branch information
cuberound committed Oct 12, 2023
1 parent 9ea45e1 commit d355483
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/modules/cm_marines/dropship_equipment.dm
Original file line number Diff line number Diff line change
Expand Up @@ -540,11 +540,11 @@
if(!linked_cam_console)
return
linked_cam_console.network.Remove(CAMERA_NET_LANDING_ZONES)
for(var/datum/weakref/ref in linked_cam_console.concurrent_users)
var/mob/user = ref.resolve()
if(user)
linked_cam_console.update_static_data(user)
linked_cam_console = null
for(var/datum/weakref/ref in linked_cam_console.concurrent_users)
var/mob/user = ref.resolve()
if(user)
linked_cam_console.update_static_data(user)
linked_cam_console = null



Expand Down

0 comments on commit d355483

Please sign in to comment.