mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
Fixes 22934 (#22935)
This commit is contained in:
@@ -630,7 +630,7 @@
|
||||
L.gib()
|
||||
|
||||
// Move unanchored atoms
|
||||
if(!AM.anchored)
|
||||
if(!AM.anchored && !ismob(AM))
|
||||
step(AM, dir)
|
||||
else
|
||||
if(AM.simulated) // Don't qdel lighting overlays, they are static
|
||||
|
||||
Reference in New Issue
Block a user