mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
Replace ResourcePath with ResPath (#3926)
This commit is contained in:
@@ -215,7 +215,7 @@ namespace Robust.UnitTesting
|
||||
|
||||
var modLoader = deps.Resolve<TestingModLoader>();
|
||||
modLoader.Assemblies = contentAssemblies;
|
||||
modLoader.TryLoadModulesFrom(ResourcePath.Root, "");
|
||||
modLoader.TryLoadModulesFrom(ResPath.Root, "");
|
||||
|
||||
entMan.Startup();
|
||||
mapMan.Startup();
|
||||
|
||||
Reference in New Issue
Block a user