summaryrefslogtreecommitdiff
path: root/network_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'network_gui.c')
-rw-r--r--network_gui.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/network_gui.c b/network_gui.c
index 9a20af805..44e109479 100644
--- a/network_gui.c
+++ b/network_gui.c
@@ -1514,12 +1514,6 @@ static const char *ChatTabCompletionNextItem(uint *item)
FOR_ALL_TOWNS_FROM(t, *item - MAX_CLIENT_INFO) {
int32 temp[1];
- /* Skip empty towns */
- if (t->xy == 0) {
- (*item)++;
- continue;
- }
-
/* Get the town-name via the string-system */
temp[0] = t->townnameparts;
GetStringWithArgs(chat_tab_temp_buffer, t->townnametype, temp);