From 2ca5a17c5a1263dee77814742a80ef0a3f7d1089 Mon Sep 17 00:00:00 2001 From: TullyBurnalot Date: Tue, 12 Jul 2016 04:24:45 +0100 Subject: [PATCH] Removes trailing return --- code/game/machinery/computer/aifixer.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/machinery/computer/aifixer.dm b/code/game/machinery/computer/aifixer.dm index 0cbd12a5d0d..24351c58921 100644 --- a/code/game/machinery/computer/aifixer.dm +++ b/code/game/machinery/computer/aifixer.dm @@ -134,6 +134,5 @@ occupant.ghostize() qdel(occupant) occupant = null - return else ..()