You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running a server and writing plugins for it, I want to know which lua version is used. On linux I can ldd, but on Windows I'm lost. The server should print the lua version and any other info it has about it, on startup of the LuaEngine.
The text was updated successfully, but these errors were encountered:
@lionkor Suggested for us to add a way to tell which platform we are on along with the rest of the version information.
This will be also added in this issue.
When running a server and writing plugins for it, I want to know which lua version is used. On linux I can
ldd
, but on Windows I'm lost. The server should print the lua version and any other info it has about it, on startup of the LuaEngine.The text was updated successfully, but these errors were encountered: