From d94fdf9ab03972700860f0d0596debf20816e4b2 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Tue, 22 Oct 2019 01:05:15 -0500 Subject: [PATCH] fixed jumps --- app/Library/Hauling/HaulingHelper.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Library/Hauling/HaulingHelper.php b/app/Library/Hauling/HaulingHelper.php index 88ab8a4..1d2920a 100644 --- a/app/Library/Hauling/HaulingHelper.php +++ b/app/Library/Hauling/HaulingHelper.php @@ -41,7 +41,6 @@ class HaulingHelper { } $length = sizeof($route); - $length += 1; return $length; }