mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Fix the player information version_string return value (#8616)
* Give more player information * Correct lua_api.txt * Correct keys in lua_api.txt * Improve Code * Only Bugfix+ser_vers * Correct doc * Fix double
This commit is contained in:
@@ -1283,7 +1283,7 @@ bool Server::getClientInfo(
|
||||
*major = client->getMajor();
|
||||
*minor = client->getMinor();
|
||||
*patch = client->getPatch();
|
||||
*vers_string = client->getPatch();
|
||||
*vers_string = client->getFull();
|
||||
|
||||
m_clients.unlock();
|
||||
|
||||
|
Reference in New Issue
Block a user