diff --git a/Libraries/SPTarkov.Server.Core/Helpers/HideoutHelper.cs b/Libraries/SPTarkov.Server.Core/Helpers/HideoutHelper.cs
index 4cbc4bd9..2bcef28c 100644
--- a/Libraries/SPTarkov.Server.Core/Helpers/HideoutHelper.cs
+++ b/Libraries/SPTarkov.Server.Core/Helpers/HideoutHelper.cs
@@ -256,6 +256,11 @@ public class HideoutHelper(
return hideoutProperties;
}
+ ///
+ /// Does a water collection hideout area have a water filter installed
+ ///
+ /// Hideout area to check
+ ///
protected bool DoesWaterCollectorHaveFilter(BotHideoutArea waterCollector)
{
// Can put filters in from L3
@@ -272,7 +277,7 @@ public class HideoutHelper(
///
/// Iterate over productions and update their progress timers
///
- /// Profile to check for productions and update
+ /// Profile to check for productions and update
/// Hideout properties
protected void UpdateProductionTimers(
PmcData pmcData,