supplyHub Commands wiring and event triggers wired for more real time updates (#15)
Publish Release / build (push) Successful in 16s

Issue: #10

- [x] Tested
- [x] Reviewed
- [x] ReleaseNotes UpdatedReviewed-on: #15

Co-authored-by: dutchie031 <timrorije@gmail.com>
This commit was merged in pull request #15.
This commit is contained in:
2026-08-15 15:06:32 +00:00
committed by dutchie031
parent bb9144e3a0
commit a1e36aa5d7
7 changed files with 47 additions and 61 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ function GlobalConfig.New()
end
function GlobalConfig:getBriefingTime()
return self._briefingTime or 30
return self._briefingTime or 60
end