Przeglądaj źródła

* Fixed hubs not showing as YELLOW in bottree

svn: 1559
Bryan Drewery 21 lat temu
rodzic
commit
0ed7aa4f39
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/botnet.c

+ 1 - 1
src/botnet.c

@@ -654,7 +654,7 @@ void tell_bottree(int idx)
        
           if (botu && bot_hublevel(botu) < 999)
             color_str = (char *) YELLOW(idx);
-          if (botu && bot->localhub)
+          else if (botu && bot->localhub)
             color_str = (char *) RED(idx);
           else
             color_str = (char *) NULL;