Networking optimization/bugfixes (hull water volumes & wall damage are synced, more reliable inventory updates, AICharacter sync changes), proper particle collisions with walls
This commit is contained in:
@@ -109,6 +109,8 @@ namespace Launcher
|
||||
updateLabel.Visible = false;
|
||||
downloadButton.Visible = false;
|
||||
|
||||
installedVersionLabel.Text = "Installed version: " + version;
|
||||
|
||||
if (settings.AutoCheckUpdates)
|
||||
{
|
||||
CheckForUpdates();
|
||||
@@ -313,6 +315,11 @@ namespace Launcher
|
||||
|
||||
}
|
||||
|
||||
private void LauncherMain_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public class GraphicsMode
|
||||
|
||||
Reference in New Issue
Block a user