Răsfoiți Sursa

* Laston sharing is now disabled again

svn: 1258
Bryan Drewery 22 ani în urmă
părinte
comite
33e1e21fb6
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 3 3
      src/userent.c

+ 3 - 3
src/userent.c

@@ -662,10 +662,10 @@ static int laston_set(struct userrec *u, struct user_entry *e, void *buf)
     li = e->u.extra = buf;
   }
 
-  if (!noshare) {
-    /* shareout("c %s %s %s\n", e->type->name, u->handle, string); */
+  /* FIXME: laston sharing is disabled until a better solution is found
+  if (!noshare)
     shareout("c LASTON %s %s %li\n", u->handle, li->lastonplace ? li->lastonplace : "-", li->laston);
-  }
+  */
 
   return 1;
 }