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)