Replace SS14 noise dependency with FastNoise.

This commit is contained in:
Pieter-Jan Briers
2019-08-07 14:51:11 +02:00
parent 57fb38c04d
commit fc4e3be40a
13 changed files with 73 additions and 571 deletions

View File

@@ -21,7 +21,7 @@ namespace Robust.Shared
NativeLibrary.SetDllImportResolver(assembly, (name, _, __) =>
{
if (name == baseName)
if (name == $"{baseName}.dll")
{
var assemblyDir = Path.GetDirectoryName(assembly.Location);