From 7d447973dd94c4b42594bb30823a39e40492f256 Mon Sep 17 00:00:00 2001 From: variableundefined <40092670+variableundefined@users.noreply.github.com> Date: Sun, 1 Nov 2020 12:25:50 -0500 Subject: [PATCH] Remove redundant return --- code/modules/economy/ATM.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/economy/ATM.dm b/code/modules/economy/ATM.dm index 7a638ffd3fd..fa07c0c4085 100644 --- a/code/modules/economy/ATM.dm +++ b/code/modules/economy/ATM.dm @@ -298,7 +298,6 @@ log transactions authenticated_account = null . = TRUE - return 1 //create the most effective combination of notes to make up the requested amount /obj/machinery/atm/proc/withdraw_arbitrary_sum(arbitrary_sum)