network_gui.c
changeset 4346 66105d4f6e83
parent 4344 7e123fec5b0b
child 4354 10f4ce894eb1
--- a/network_gui.c	Tue Aug 22 15:23:25 2006 +0000
+++ b/network_gui.c	Tue Aug 22 15:33:35 2006 +0000
@@ -1514,12 +1514,6 @@
 		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);