Update progressBars.lua

This commit is contained in:
Jim Shield
2025-06-22 16:38:02 +01:00
parent 5921cf8adc
commit 9f5145c3b2

View File

@@ -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.