diff --git a/code/game/objects/structures/platforms.dm b/code/game/objects/structures/platforms.dm index a0343d9cdbcb..7e8f6a8a8748 100644 --- a/code/game/objects/structures/platforms.dm +++ b/code/game/objects/structures/platforms.dm @@ -147,7 +147,7 @@ if(!(direction & dir)) return - if (!density) + if(!density) return if (leaving.throwing)