Docs incorrect/outdated: vers_string
key is actually version_string
#15698
Labels
Bug
Issues that were confirmed to be a bug
@ Documentation
Improvements or additions to documentation
Luanti version
Operating system and version
CPU model
No response
GPU model
No response
Active renderer
No response
Summary
From the docs, the key is
vers_string
:minetest/doc/lua_api.md
Line 5725 in af3f696
But the actual key is named
version_string
:minetest/src/script/lua_api/l_server.cpp
Line 259 in af3f696
Steps to reproduce
Try to use
vers_string
in code in a debug build.The text was updated successfully, but these errors were encountered: