Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit cc6f2e9

Browse files
committed
abyssmal dogshit
1 parent 34287e9 commit cc6f2e9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Marsey/Config/MarseyVars.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Marsey.Config;
1010
public static class MarseyVars
1111
{
1212
// TODO: Kill this
13-
public static readonly Version MarseyVersion = new Version("2.18.1");
13+
public static readonly Version MarseyVersion = new Version("2.19.0");
1414

1515
public static readonly string EnabledPatchListFileName = "patches.marsey";
1616

SS14.Launcher/SS14.Launcher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<DefineConstants Condition="'$(FullRelease)' == 'True'">FULL_RELEASE;$(DefineConstants)</DefineConstants>
1111
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1212
<NoWarn>CA1416</NoWarn>
13-
<Version>0.28.1</Version>
13+
<Version>0.29.1</Version>
1414
</PropertyGroup>
1515
<ItemGroup>
1616
<Compile Update="**\*.xaml.cs">

SS14.Launcher/Views/MainWindowTabs/PatchesTabView.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@
120120
</ScrollViewer>
121121
</TabItem>
122122
</TabControl>
123-
<StackPanel Orientation="Horizontal" Grid.Row="1" VerticalAlignment="Bottom" HorizontalAlignment="Center">
123+
<StackPanel Orientation="Horizontal" Grid.Row="1" VerticalAlignment="Bottom" HorizontalAlignment="Right">
124124
<DockPanel LastChildFill="True">
125125
<TextBlock Text="Patches are unsandboxed, run at own risk."
126-
VerticalAlignment="Bottom" FontWeight="Bold" HorizontalAlignment="Left" DockPanel.Dock="Left"/>
126+
VerticalAlignment="Bottom" FontWeight="Bold" HorizontalAlignment="Center" DockPanel.Dock="Left"/>
127127
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right">
128128
<Button Content="Open mod directory" Margin="4, 0" Command="{Binding OpenPatchDirectoryCommand}" Height="30"/>
129129
<Button Content="Recheck mods" Margin="4, 0" Command="{Binding ReloadModsCommand}" Height="30"/>

0 commit comments

Comments
 (0)