mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Fix prototype manager not compiling on .NET Framework.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user