whoops
This commit is contained in:
@@ -438,8 +438,6 @@ namespace Barotrauma
|
|||||||
UserData.RegisterType<LuaUserData>();
|
UserData.RegisterType<LuaUserData>();
|
||||||
UserData.RegisterType<IUserDataDescriptor>();
|
UserData.RegisterType<IUserDataDescriptor>();
|
||||||
|
|
||||||
LuaDocs.GenerateDocsAll();
|
|
||||||
|
|
||||||
lua.Globals["printerror"] = (Action<object>)PrintError;
|
lua.Globals["printerror"] = (Action<object>)PrintError;
|
||||||
|
|
||||||
lua.Globals["setmodulepaths"] = (Action<string[]>)SetModulePaths;
|
lua.Globals["setmodulepaths"] = (Action<string[]>)SetModulePaths;
|
||||||
|
|||||||
Reference in New Issue
Block a user