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

Commit

Permalink
abyssmal dogshit
Browse files Browse the repository at this point in the history
  • Loading branch information
misandrie committed Oct 9, 2024
1 parent 34287e9 commit cc6f2e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Marsey/Config/MarseyVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Marsey.Config;
public static class MarseyVars
{
// TODO: Kill this
public static readonly Version MarseyVersion = new Version("2.18.1");
public static readonly Version MarseyVersion = new Version("2.19.0");

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

Expand Down
2 changes: 1 addition & 1 deletion SS14.Launcher/SS14.Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<DefineConstants Condition="'$(FullRelease)' == 'True'">FULL_RELEASE;$(DefineConstants)</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NoWarn>CA1416</NoWarn>
<Version>0.28.1</Version>
<Version>0.29.1</Version>
</PropertyGroup>
<ItemGroup>
<Compile Update="**\*.xaml.cs">
Expand Down
4 changes: 2 additions & 2 deletions SS14.Launcher/Views/MainWindowTabs/PatchesTabView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@
</ScrollViewer>
</TabItem>
</TabControl>
<StackPanel Orientation="Horizontal" Grid.Row="1" VerticalAlignment="Bottom" HorizontalAlignment="Center">
<StackPanel Orientation="Horizontal" Grid.Row="1" VerticalAlignment="Bottom" HorizontalAlignment="Right">
<DockPanel LastChildFill="True">
<TextBlock Text="Patches are unsandboxed, run at own risk."
VerticalAlignment="Bottom" FontWeight="Bold" HorizontalAlignment="Left" DockPanel.Dock="Left"/>
VerticalAlignment="Bottom" FontWeight="Bold" HorizontalAlignment="Center" DockPanel.Dock="Left"/>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right">
<Button Content="Open mod directory" Margin="4, 0" Command="{Binding OpenPatchDirectoryCommand}" Height="30"/>
<Button Content="Recheck mods" Margin="4, 0" Command="{Binding ReloadModsCommand}" Height="30"/>
Expand Down

0 comments on commit cc6f2e9

Please sign in to comment.