diff --git a/Robust.Shared/Prototypes/PrototypeManager.cs b/Robust.Shared/Prototypes/PrototypeManager.cs index 4f1031e71..7e3541bcc 100644 --- a/Robust.Shared/Prototypes/PrototypeManager.cs +++ b/Robust.Shared/Prototypes/PrototypeManager.cs @@ -204,7 +204,7 @@ namespace Robust.Shared.Prototypes { foreach (var filePath in _resources.ContentFindFiles(path)) { - if (filePath.Extension != "yml" || filePath.Filename.StartsWith('.')) + if (filePath.Extension != "yml" || filePath.Filename.StartsWith(".")) { continue; }