fix lua added commands breaking after reloadlua
This commit is contained in:
@@ -311,6 +311,7 @@ namespace Barotrauma
|
||||
|
||||
public void Stop()
|
||||
{
|
||||
game.Stop();
|
||||
hook.Call("stop", new object[] { });
|
||||
|
||||
hook = new LuaHook(null);
|
||||
|
||||
Reference in New Issue
Block a user