wrong hook name
This commit is contained in:
+1
-1
@@ -182,7 +182,7 @@ namespace Barotrauma.Networking
|
||||
{
|
||||
if (netServer == null) { return; }
|
||||
|
||||
var result = new LuaResult(GameMain.Lua.hook.Call("LidgrenHandleConnection", inc));
|
||||
var result = new LuaResult(GameMain.Lua.hook.Call("lidgren.handleConnection", inc));
|
||||
if (!result.IsNull())
|
||||
if (result.Bool())
|
||||
goto ignore;
|
||||
|
||||
Reference in New Issue
Block a user