mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
[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:
committed by
GitHub
parent
b47246cc56
commit
9e39f50248
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user