diff --git a/1.3/Assemblies/C0ffee's RJW Ideology Addons.dll b/1.3/Assemblies/C0ffee's RJW Ideology Addons.dll index d06c909..fa82d9f 100644 Binary files a/1.3/Assemblies/C0ffee's RJW Ideology Addons.dll and b/1.3/Assemblies/C0ffee's RJW Ideology Addons.dll differ diff --git a/Source/Base/SoftDependencyChecker.cs b/Source/Base/SoftDependencyChecker.cs index 08ab21b..8f7698d 100644 --- a/Source/Base/SoftDependencyChecker.cs +++ b/Source/Base/SoftDependencyChecker.cs @@ -29,7 +29,7 @@ namespace C0ffee_s_RJW_Ideology_Addons if(missingSoftDependencies != "") { - Log.Warning("[c0ffee's RJW Ideology Addons] Warning, you're missing the following soft dependencies: " + missingSoftDependencies + " Features involving those mods will be disabled. Not that those mods are required, but just so ya know :> -c0ffee"); + Log.Warning("[c0ffee's RJW Ideology Addons] Warning, you're missing the following soft dependencies: " + missingSoftDependencies + "Features involving those mods will be disabled."); } }