X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/da5b7dfc7a674db48cc4bcb478672263b3db714f..283cfa834c5e05d55462ffe643f0c301ef21ed4a:/src/proto-p10.c diff --git a/src/proto-p10.c b/src/proto-p10.c index 129f09f..608db6b 100644 --- a/src/proto-p10.c +++ b/src/proto-p10.c @@ -1234,7 +1234,8 @@ static CMD_FUNC(cmd_eob) /* now that we know who our uplink is, * we can center the routing map and activate auto-routing. */ - activate_routing(NULL, NULL, NULL); + //activate_routing(NULL, NULL, NULL); + routing_init(); } sender->self_burst = 0; recalc_bursts(sender);