diff --git a/code/game/machinery/hologram.dm b/code/game/machinery/hologram.dm index 2a4173b377e..91615ea5302 100644 --- a/code/game/machinery/hologram.dm +++ b/code/game/machinery/hologram.dm @@ -206,6 +206,7 @@ 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