diff --git a/LibNoise.dll b/LibNoise.dll new file mode 100644 index 000000000..ce8ad0cb6 Binary files /dev/null and b/LibNoise.dll differ diff --git a/MCGalaxy_.csproj b/MCGalaxy_.csproj index 70a6408aa..ec2a77efc 100644 --- a/MCGalaxy_.csproj +++ b/MCGalaxy_.csproj @@ -78,6 +78,9 @@ Auto + + LibNoise.dll + Newtonsoft.Json\Newtonsoft.Json.dll diff --git a/Server/Server.cs b/Server/Server.cs index ae539f87a..bb8298226 100644 --- a/Server/Server.cs +++ b/Server/Server.cs @@ -427,6 +427,7 @@ namespace MCGalaxy CheckFile("System.Data.SQLite.dll"); CheckFile("sqlite3.dll"); CheckFile("Newtonsoft.Json.dll"); + CheckFile("LibNoise.dll"); //UpdateGlobalSettings(); if (!Directory.Exists("properties")) Directory.CreateDirectory("properties");