Skip to content

Commit

Permalink
Update Submodule to 219.2.0 (#536)
Browse files Browse the repository at this point in the history
Uses the following Cherry-Picks:
space-wizards/space-station-14#26994
space-wizards/space-station-14#26518
space-wizards/space-station-14#26279
space-wizards/space-station-14#24946
space-wizards/space-station-14#27188

Requires:
Simple-Station/Einstein-Engines#535
Simple-Station/Einstein-Engines#534

---------

Co-authored-by: metalgearsloth <[email protected]>
Co-authored-by: Leon Friedrich <[email protected]>
Co-authored-by: Jake Huxell <[email protected]>
Co-authored-by: Tayrtahn <[email protected]>
Co-authored-by: 0x6273 <[email protected]>
Co-authored-by: DEATHB4DEFEAT <[email protected]>

(cherry picked from commit 30fa120)
  • Loading branch information
VMSolidus authored and vanx committed Sep 3, 2024
1 parent d0d9202 commit 7d05569
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BuildChecker/BuildChecker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ https://docs.microsoft.com/en-us/visualstudio/msbuild/msbuild
<OutputPath>bin\DebugOpt\</OutputPath>
</PropertyGroup>
<Target Name="Build">
<Exec Command="git submodule update --init --recursive"/>
<Exec Command="git submodule update --init --recursive --remote"/>
</Target>
<Target Name="Rebuild" DependsOnTargets="Build" />
<Target Name="Clean">
Expand Down
1 change: 0 additions & 1 deletion Content.Server/Atmos/EntitySystems/AirFilterSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ public sealed class AirFilterSystem : EntitySystem
{
[Dependency] private readonly AtmosphereSystem _atmosphere = default!;
[Dependency] private readonly IMapManager _map = default!;
[Dependency] private readonly SharedTransformSystem _transform = default!;

public override void Initialize()
{
Expand Down
2 changes: 1 addition & 1 deletion RobustToolbox
2 changes: 1 addition & 1 deletion Scripts/bat/buildAllDebug.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
cd ../../

call git submodule update --init --recursive
call git submodule update --init --recursive --remote
call dotnet build -c Debug

pause
2 changes: 1 addition & 1 deletion Scripts/bat/buildAllRelease.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
cd ../../

call git submodule update --init --recursive
call git submodule update --init --recursive -- remote
call dotnet build -c Release

pause

0 comments on commit 7d05569

Please sign in to comment.