(18af6c22d) Fixed: On/Off switches not being highlighted in mechanic tutorial

This commit is contained in:
Joonas Rikkonen
2019-05-20 20:17:59 +03:00
parent 1101252ad2
commit 1340780205
10 changed files with 87 additions and 102 deletions
@@ -240,11 +240,6 @@ namespace Barotrauma
errorMessages = new List<string>();
foreach (ContentFile file in Files)
{
#if SERVER
//dedicated server doesn't care if the client executable is present or not
if (file.Type == ContentType.Executable) { continue; }
#endif
if (!File.Exists(file.Path))
{
errorMessages.Add("File \"" + file.Path + "\" not found.");