From 1b7d4824203e49c3388d8ca55ab55dcd4c81c6b2 Mon Sep 17 00:00:00 2001 From: Noah Bazer <125102673+noahbazer@users.noreply.github.com> Date: Sun, 18 Aug 2024 11:16:37 -0400 Subject: [PATCH] fix comment --- Penumbra/Interop/PathResolving/PathResolver.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Penumbra/Interop/PathResolving/PathResolver.cs b/Penumbra/Interop/PathResolving/PathResolver.cs index ab5c74a8..5b4fd650 100644 --- a/Penumbra/Interop/PathResolving/PathResolver.cs +++ b/Penumbra/Interop/PathResolving/PathResolver.cs @@ -48,7 +48,7 @@ public class PathResolver : IDisposable, IService if (!_config.EnableMods) return (null, ResolveData.Invalid); - //TODO @Star - check for state validater where applicable, otherwise will break executions + //TODO @Star - check for state validater where applicable, otherwise will break execution. // Do not allow manipulating layers to prevent very obvious cheating and softlocks. //if (resourceType is ResourceType.Lvb or ResourceType.Lgb or ResourceType.Sgb)