Skip to content

Commit

Permalink
Ports part of tgstation/tgstation#79687, to fix bees not properly har…
Browse files Browse the repository at this point in the history
…d-deling if they were gibbed
  • Loading branch information
LikeLakers2 committed Jan 31, 2025
1 parent d58c0ca commit 54db29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/atoms_movable.dm
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
move_packet = null

if(spatial_grid_key)
SSspatial_grid.force_remove_from_cell(src)
SSspatial_grid.force_remove_from_grid(src)

LAZYNULL(client_mobs_in_contents)

Expand Down

0 comments on commit 54db29b

Please sign in to comment.