Revert "Sorts callable holopads before displaying"

This commit is contained in:
TDSSS
2018-12-06 14:18:34 +01:00
committed by GitHub
parent 94ff9cebf6
commit 5f20d16084
-1
View File
@@ -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