Version Bump

`2.0.23` - `2.1.0`
This commit is contained in:
Jim Shield
2025-09-14 21:32:12 +01:00
parent c709159ea4
commit ae231b6101
3 changed files with 15 additions and 15 deletions

View File

@@ -25,7 +25,6 @@ local function awaitWithTimeout(registerFn, timeoutMs)
return nil, res
end
--- Registers a callback function with the appropriate framework.
---
--- This function checks which framework is started (e.g., OX, QB, ESX) and registers the callback accordingly.