Skip to content

Commit

Permalink
Fixed serialization_version and version_string key name in docs (#15699)
Browse files Browse the repository at this point in the history
  • Loading branch information
fineless71 authored Jan 23, 2025
1 parent a99e985 commit f592b57
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/lua_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -5718,12 +5718,12 @@ 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
--major = 0, -- major version number
--minor = 4, -- minor version number
--patch = 10, -- patch version number
--vers_string = "0.4.9-git", -- full version string
--state = "Active" -- current client state
--serialization_version = 26, -- serialization version used by client
--major = 0, -- major version number
--minor = 4, -- minor version number
--patch = 10, -- patch version number
--version_string = "0.4.9-git", -- full version string
--state = "Active" -- current client state
}
```

Expand Down

0 comments on commit f592b57

Please sign in to comment.