From edc86c01062f3a2f819199e1eb4b27cb115dfe0c Mon Sep 17 00:00:00 2001 From: Sergey Sklyarov Date: Mon, 30 Jun 2025 00:40:10 +0300 Subject: [PATCH] Update Drone.cs --- DroneSimulator/Drone.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DroneSimulator/Drone.cs b/DroneSimulator/Drone.cs index dcc303e..77c49c5 100644 --- a/DroneSimulator/Drone.cs +++ b/DroneSimulator/Drone.cs @@ -35,7 +35,7 @@ namespace DroneSimulator public static Semaphore StepSemaphore = new Semaphore(0, 10); - private uint Timer = 0; + private uint Timer; public static bool TimeLimit = false;