[MIRROR] fix some remote view component desyncs and crashes (#11814)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-10-14 13:12:34 -07:00
committed by GitHub
parent b47246cc56
commit 9e39f50248
18 changed files with 65 additions and 15 deletions

View File

@@ -753,6 +753,9 @@
return
if(QDELETED(src))
return
if(ismob(src)) // incase there was a client inside an object being yoinked
var/mob/M = src
M.reset_perspective(src) // Force reset to self before teleport
forceMove(get_turf(usr))
if(href_list[VV_HK_EDIT_PARTICLES] && check_rights(R_VAREDIT))