making things more organized, turning Player deprecated, preparing for nlua and using partial classes for additions to another barotrauma classes
This commit is contained in:
@@ -1250,7 +1250,7 @@ namespace Barotrauma
|
||||
|
||||
commands.Add(new Command("reloadlua", "reloads lua", (string[] args) =>
|
||||
{
|
||||
GameMain.Lua = new LuaSetup();
|
||||
GameMain.Lua.Initialize();
|
||||
}));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user