added restrictMessageSize

This commit is contained in:
Evil Factory
2021-12-25 18:25:34 -03:00
parent d39d4c8297
commit d033a43fc7
2 changed files with 3 additions and 1 deletions
@@ -628,6 +628,8 @@ namespace Barotrauma
{
public LuaSetup env;
public bool restrictMessageSize = true;
public LuaNetworking(LuaSetup e)
{
env = e;