fix formatting in lua require and better error handling with dofile,loadfile,etc
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Barotrauma
|
||||
Globals = setup.lua.Globals;
|
||||
}
|
||||
|
||||
public DynValue DoString(string code) => setup.DoString(code);
|
||||
public DynValue DoString(string code) => setup.lua.DoString(code);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user