From 9f5145c3b2a9aef9fd2a351d5aa5ab9ae50ba6a7 Mon Sep 17 00:00:00 2001 From: Jim Shield Date: Sun, 22 Jun 2025 16:38:02 +0100 Subject: [PATCH] Update progressBars.lua --- shared/make/progressBars.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/make/progressBars.lua b/shared/make/progressBars.lua index fe3d8ad..4a0536e 100644 --- a/shared/make/progressBars.lua +++ b/shared/make/progressBars.lua @@ -1,4 +1,5 @@ local inProgress = false +local storedPID = nil --- Displays a progress bar using the configured progress bar system. --- @@ -211,7 +212,6 @@ end -- System to handle sending/sharing progress bars between players -- -- For example, healing someone -- -local storedPID = nil --- Server event handler for starting a shared progress bar. --- This event is triggered when a player wants to start a progress bar on another player.