From 25804ca55fb7cbdb4f0a9eb19ea2f1a5cdc9e718 Mon Sep 17 00:00:00 2001 From: ScrawnyRonnie <73139382+ScrawnyRonnie@users.noreply.github.com> Date: Thu, 16 Nov 2023 12:52:49 -0500 Subject: [PATCH] Comment --- .../net/psforever/objects/vehicles/control/VehicleControl.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scala/net/psforever/objects/vehicles/control/VehicleControl.scala b/src/main/scala/net/psforever/objects/vehicles/control/VehicleControl.scala index 211cf413..148fb1e3 100644 --- a/src/main/scala/net/psforever/objects/vehicles/control/VehicleControl.scala +++ b/src/main/scala/net/psforever/objects/vehicles/control/VehicleControl.scala @@ -128,7 +128,7 @@ class VehicleControl(vehicle: Vehicle) mountBehavior.apply(msg) mountCleanup(mount_point, player) - // For Issue 1133. Todo: There may be a better way to address the issue? + // For Issue 1133. Todo: There may be a better way to address the issue? case Mountable.TryDismount(user, seat_num, _) if (vehicle.History.find { entry => entry.isInstanceOf[SpawningActivity] } match { case Some(entry) if System.currentTimeMillis() - entry.time < 8500L => true case _ => false