fix comment

This commit is contained in:
Noah Bazer 2024-08-18 11:16:37 -04:00
parent b56b23f2a6
commit 1b7d482420

View file

@ -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)