From fbcffd770b1058fffeb7b659176bec90b23edc1b Mon Sep 17 00:00:00 2001 From: MrKicker Date: Sat, 8 Dec 2018 21:43:22 -0500 Subject: [PATCH] REVERT DIDNT WORK --- code/game/machinery/hologram.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/machinery/hologram.dm b/code/game/machinery/hologram.dm index aba817e0181..20132f614af 100644 --- a/code/game/machinery/hologram.dm +++ b/code/game/machinery/hologram.dm @@ -206,7 +206,6 @@ var/list/holopads = list() if(A) LAZYADD(callnames[A], I) callnames -= get_area(src) - callnames = sortNames(callnames) //Sorts the now complete callable list for ease of use dialling_input = TRUE var/result = input(usr, "Choose an area to call", "Holocall") as null|anything in callnames dialling_input = FALSE