mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
Bandaids the parallax runtime (#13974)
This commit is contained in:
@@ -34,7 +34,7 @@ SUBSYSTEM_DEF(parallax)
|
||||
for (A; isloc(A.loc) && !isturf(A.loc); A = A.loc);
|
||||
|
||||
if(A != C.movingmob)
|
||||
if(C.movingmob != null)
|
||||
if(C.movingmob != null && C.movingmob.client_mobs_in_contents)
|
||||
C.movingmob.client_mobs_in_contents -= C.mob
|
||||
UNSETEMPTY(C.movingmob.client_mobs_in_contents)
|
||||
LAZYINITLIST(A.client_mobs_in_contents)
|
||||
|
||||
Reference in New Issue
Block a user