ソースを参照

* Now I remember why update_version was disabled
- Bots connecting shouldnt update right away.


svn: 419

Bryan Drewery 22 年 前
コミット
86a792706b
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/mod/update.mod/update.c

+ 1 - 0
src/mod/update.mod/update.c

@@ -128,6 +128,7 @@ static void update_ufsend(int idx, char *par)
 
 static void update_version(int idx, char *par)
 {
+return;
   /* Cleanup any share flags */
 #ifdef HUB
   if (bupdating) return;