diff --git a/Barotrauma/BarotraumaShared/SharedSource/LuaCs/Lua/LuaCustomConverters.cs b/Barotrauma/BarotraumaShared/SharedSource/LuaCs/Lua/LuaCustomConverters.cs index 1c79f7282..da62d5785 100644 --- a/Barotrauma/BarotraumaShared/SharedSource/LuaCs/Lua/LuaCustomConverters.cs +++ b/Barotrauma/BarotraumaShared/SharedSource/LuaCs/Lua/LuaCustomConverters.cs @@ -19,6 +19,7 @@ namespace Barotrauma RegisterAction(); RegisterAction(); RegisterAction(); + RegisterAction(); RegisterAction(); RegisterFunc(); @@ -42,7 +43,8 @@ namespace Barotrauma v => (LuaCsPatchFunc)((self, args) => CallLuaFunction(v.Function, self, args))); #if CLIENT - RegisterAction(); + RegisterAction(); + RegisterAction(); RegisterAction(); {