version text

This commit is contained in:
Evil Factory
2021-10-06 15:13:43 -03:00
parent da98c04927
commit 33f74c4a73
2 changed files with 16 additions and 7 deletions
@@ -254,7 +254,7 @@ namespace Barotrauma
luaSetup = this;
PrintMessage("Lua!");
PrintMessage("Lua! Version " + AssemblyInfo.GitRevision);
luaScriptLoader = new LuaScriptLoader(this);
luaScriptLoader.ModulePaths = new string[] { };
@@ -487,7 +487,7 @@ namespace Barotrauma
lua.Globals["SERVER"] = isServer;
lua.Globals["CLIENT"] = !isServer;
LuaDocs.GenerateDocs(typeof(EntitySpawner));
// LuaDocs.GenerateDocs(typeof(EntitySpawner));
if (File.Exists("Lua/MoonsharpSetup.lua")) // try the default loader
DoFile("Lua/MoonsharpSetup.lua");