Add back function to install OS automatically

This commit is contained in:
Alessandro Proto 2023-02-02 12:31:43 +01:00
parent dc7958d206
commit c6858f6bc0

View file

@ -84,6 +84,8 @@ internal class RuntimeManager : IPlugin
private void InitBIOS() private void InitBIOS()
{ {
InstallOS(false);
_game.Discord.SetPresence("Booting up..."); _game.Discord.SetPresence("Booting up...");
luaState = new LuaState(); luaState = new LuaState();