Skip to content

Commit

Permalink
Update code/game/objects/structures/platforms.dm
Browse files Browse the repository at this point in the history
Co-authored-by: thgvr <81882910+thgvr@users.noreply.github.com>
Signed-off-by: Erika Fox <94164348+Erikafox@users.noreply.github.com>
  • Loading branch information
Erikafox and thgvr authored Oct 31, 2024
1 parent d093912 commit 32e6140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/platforms.dm
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
if(!(direction & dir))
return

if (!density)
if(!density)
return

if (leaving.throwing)
Expand Down

0 comments on commit 32e6140

Please sign in to comment.