diff --git a/BuildChecker/BuildChecker.csproj b/BuildChecker/BuildChecker.csproj
index d4f9a41254..b7ee911268 100644
--- a/BuildChecker/BuildChecker.csproj
+++ b/BuildChecker/BuildChecker.csproj
@@ -37,7 +37,7 @@ https://docs.microsoft.com/en-us/visualstudio/msbuild/msbuild
bin\DebugOpt\
-
+
diff --git a/Content.Server/Atmos/EntitySystems/AirFilterSystem.cs b/Content.Server/Atmos/EntitySystems/AirFilterSystem.cs
index 2ab15cfb17..60ad4b289f 100644
--- a/Content.Server/Atmos/EntitySystems/AirFilterSystem.cs
+++ b/Content.Server/Atmos/EntitySystems/AirFilterSystem.cs
@@ -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()
{
diff --git a/RobustToolbox b/RobustToolbox
index babdc3bfd1..525974fd62 160000
--- a/RobustToolbox
+++ b/RobustToolbox
@@ -1 +1 @@
-Subproject commit babdc3bfd1b3540d3e88799deaed58f3e3fb775b
+Subproject commit 525974fd62121df19036ef687db44038cddea5d4
diff --git a/Scripts/bat/buildAllDebug.bat b/Scripts/bat/buildAllDebug.bat
index 1e3cc5442e..8cd153292e 100755
--- a/Scripts/bat/buildAllDebug.bat
+++ b/Scripts/bat/buildAllDebug.bat
@@ -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
diff --git a/Scripts/bat/buildAllRelease.bat b/Scripts/bat/buildAllRelease.bat
index 730b39d26e..867a35d6ee 100755
--- a/Scripts/bat/buildAllRelease.bat
+++ b/Scripts/bat/buildAllRelease.bat
@@ -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