Revert "Replace ResourcePath with ResPath (#3926)" (#3949)

This commit is contained in:
metalgearsloth
2023-04-20 11:43:51 +10:00
committed by GitHub
parent 6fb8df41e5
commit d646403068
87 changed files with 1179 additions and 449 deletions

View File

@@ -215,7 +215,7 @@ namespace Robust.UnitTesting
var modLoader = deps.Resolve<TestingModLoader>();
modLoader.Assemblies = contentAssemblies;
modLoader.TryLoadModulesFrom(ResPath.Root, "");
modLoader.TryLoadModulesFrom(ResourcePath.Root, "");
entMan.Startup();
mapMan.Startup();