Fix missing ignored components on the client (#3101)
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
// ReSharper disable ArrangeTrailingCommaInMultilineLists
|
||||||
namespace Content.Client
|
namespace Content.Client
|
||||||
{
|
{
|
||||||
public static class IgnoredComponents
|
public static class IgnoredComponents
|
||||||
@@ -242,7 +243,10 @@ namespace Content.Client
|
|||||||
"SecretStash",
|
"SecretStash",
|
||||||
"Toilet",
|
"Toilet",
|
||||||
"ClusterFlash",
|
"ClusterFlash",
|
||||||
"GasGenerator"
|
"GasGenerator",
|
||||||
|
"SolutionTransfer",
|
||||||
|
"Shovel",
|
||||||
|
"ReagentTank",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
|
// ReSharper disable ArrangeTrailingCommaInMultilineLists
|
||||||
namespace Content.Server
|
namespace Content.Server
|
||||||
{
|
{
|
||||||
|
|
||||||
public static class IgnoredComponents
|
public static class IgnoredComponents
|
||||||
{
|
{
|
||||||
|
|
||||||
public static string[] List => new [] {
|
public static string[] List => new [] {
|
||||||
"ConstructionGhost",
|
"ConstructionGhost",
|
||||||
"IconSmooth",
|
"IconSmooth",
|
||||||
@@ -18,9 +17,7 @@ namespace Content.Server
|
|||||||
"Clickable",
|
"Clickable",
|
||||||
"RadiatingLight",
|
"RadiatingLight",
|
||||||
"Icon",
|
"Icon",
|
||||||
"ClientEntitySpawner"
|
"ClientEntitySpawner",
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user