Update submodule, add linguini to solution.

Closes #5
This commit is contained in:
Vera Aguilera Puerto 2021-07-04 21:59:49 +02:00
parent c8aa6d9c4d
commit a70054ac44
3 changed files with 69 additions and 2 deletions

View file

@ -10,7 +10,11 @@ namespace Content.Server
/*
// DEVNOTE: If you want to use RobustToolbox as a library, use the method below instead.
ContentStart.StartLibrary(args);
ContentStart.StartLibrary(args, new ServerOptions()
{
// DEVNOTE: Your options here.
Sandboxing = false,
});
*/
}
}