From 9f6194de2dba5b6cb53695de66fd0cd44596a2d4 Mon Sep 17 00:00:00 2001 From: Marisa Kirisame Date: Thu, 24 Jan 2019 22:58:36 +0100 Subject: [PATCH] Remove newline that doesn't deserve to exist --- zscript/biorifle.zsc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zscript/biorifle.zsc b/zscript/biorifle.zsc index 20ca347..270dd3a 100644 --- a/zscript/biorifle.zsc +++ b/zscript/biorifle.zsc @@ -422,8 +422,7 @@ Class BioGel : Actor hittype = HIT_CEILING; else hittype = HIT_FLOOR; } - else - if ( BlockingLine ) + else if ( BlockingLine ) { atline = BlockingLine; normal = (-BlockingLine.delta.y,BlockingLine.delta.x,0).unit();