From 3970afd8c85c44523599a78c3b7792213e42449d Mon Sep 17 00:00:00 2001 From: steffen Date: Sun, 31 Jan 2021 15:05:29 +0000 Subject: [PATCH] update, automatic mode improvements --- server/locomotive.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/server/locomotive.cc b/server/locomotive.cc index 1b961a9..c624a6f 100644 --- a/server/locomotive.cc +++ b/server/locomotive.cc @@ -578,7 +578,6 @@ int Locomotives::Loop() { else if (loco->auto_onroute == LOCO_OR_SEARCH) { if (loco->auto_timenext.tv_sec == 0 || timer_get(&loco->auto_timenext) > 1000) { - loco->name, loco->auto_onroute); if (server->railways.FindWay(loco->blockassign, loco->blockdest, loco->name, &way)) { size_t pos;