We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95a4d6 commit 606811aCopy full SHA for 606811a
1 file changed
mods/sbz_base/init.lua
@@ -1,7 +1,7 @@
1
---@diagnostic disable-next-line: lowercase-global
2
sbz_api = {
3
- version = 42,
4
- is_version_dev = true,
+ version = 43,
+ is_version_dev = false,
5
gravity = 9.8 / 2,
6
server_optimizations = (core.settings:get 'sbz_server_mode' or 'auto'),
7
deg2rad = math.pi / 180,
0 commit comments