This commit is contained in:
Evil Factory
2022-05-02 19:33:42 -03:00
parent 4a07975ab8
commit 9b9bfa7440

View File

@@ -438,8 +438,6 @@ namespace Barotrauma
UserData.RegisterType<LuaUserData>();
UserData.RegisterType<IUserDataDescriptor>();
LuaDocs.GenerateDocsAll();
lua.Globals["printerror"] = (Action<object>)PrintError;
lua.Globals["setmodulepaths"] = (Action<string[]>)SetModulePaths;