1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 08:05:18 +02:00

Fixed serialization_version and version_string key name in docs (#15699)

This commit is contained in:
fineless71
2025-01-23 11:18:30 +00:00
committed by GitHub
parent a99e985674
commit f592b57dc6

View File

@@ -5718,11 +5718,11 @@ Utilities
avg_jitter = 0.03, -- average packet time jitter
-- the following information is available in a debug build only!!!
-- DO NOT USE IN MODS
--ser_vers = 26, -- serialization version used by client
--serialization_version = 26, -- serialization version used by client
--major = 0, -- major version number
--minor = 4, -- minor version number
--patch = 10, -- patch version number
--vers_string = "0.4.9-git", -- full version string
--version_string = "0.4.9-git", -- full version string
--state = "Active" -- current client state
}
```