Launcher bugfixes, fixed submarine position syncing, previewing the sub after round ends, wiring bugfix, slower reactor overheat, itemlabel, wifi components
This commit is contained in:
+1
-2
@@ -17,7 +17,6 @@ namespace Launcher
|
||||
{
|
||||
public partial class LauncherMain : Form
|
||||
{
|
||||
public static string ContentPackageFolder = "Data/ContentPackages/";
|
||||
private const string configPath = "config.xml";
|
||||
private Subsurface.GameSettings settings;
|
||||
|
||||
@@ -42,7 +41,7 @@ namespace Launcher
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
ContentPackage.LoadAll(LauncherMain.ContentPackageFolder);
|
||||
ContentPackage.LoadAll(ContentPackage.Folder);
|
||||
contentPackageBox.DataSource = ContentPackage.list;
|
||||
|
||||
supportedModes = new List<GraphicsMode>();
|
||||
|
||||
Reference in New Issue
Block a user