Skip to content

Commit

Permalink
Fix Shuttle Viewers Having Their View Set Incrorrectly (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
RimiNosha authored Nov 20, 2023
1 parent 3dfa1a3 commit 699d2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/overmap/shuttle_control_component.dm
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
/datum/overmap_shuttle_controller/proc/RemoveViewer(mob/our_guy)
UnregisterSignal(our_guy, COMSIG_CLICKON)
our_guy.client.perspective = MOB_PERSPECTIVE
our_guy.client.eye = mob_controller
our_guy.client.eye = our_guy
our_guy.client.show_popup_menus = TRUE
our_guy.client.pixel_x = 0
our_guy.client.pixel_y = 0
Expand Down

0 comments on commit 699d2f9

Please sign in to comment.