mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Replace SS14 noise dependency with FastNoise.
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Robust.Shared
|
||||
|
||||
NativeLibrary.SetDllImportResolver(assembly, (name, _, __) =>
|
||||
{
|
||||
if (name == baseName)
|
||||
if (name == $"{baseName}.dll")
|
||||
{
|
||||
var assemblyDir = Path.GetDirectoryName(assembly.Location);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user