cs print message
This commit is contained in:
@@ -297,7 +297,7 @@ namespace Barotrauma
|
|||||||
{
|
{
|
||||||
Stop();
|
Stop();
|
||||||
|
|
||||||
PrintMessage("LuaCs! Version " + AssemblyInfo.GitRevision);
|
PrintMessage("Lua! Version " + AssemblyInfo.GitRevision);
|
||||||
|
|
||||||
LuaScriptLoader = new LuaScriptLoader();
|
LuaScriptLoader = new LuaScriptLoader();
|
||||||
LuaScriptLoader.ModulePaths = new string[] { };
|
LuaScriptLoader.ModulePaths = new string[] { };
|
||||||
@@ -373,6 +373,8 @@ namespace Barotrauma
|
|||||||
{
|
{
|
||||||
HandleException(ex, exceptionType: ExceptionType.CSharp);
|
HandleException(ex, exceptionType: ExceptionType.CSharp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PrintMessage("Cs! Version " + AssemblyInfo.GitRevision);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user