Ignore some server-side components on the client
This commit is contained in:
@@ -52,7 +52,7 @@ namespace Content.Client
|
||||
|
||||
var registerIgnore = new[]
|
||||
{
|
||||
"Wrenchable",
|
||||
"Anchorable",
|
||||
"AmmoBox",
|
||||
"Breakable",
|
||||
"Pickaxe",
|
||||
@@ -155,7 +155,10 @@ namespace Content.Client
|
||||
"SolarPanel",
|
||||
"BodyScanner",
|
||||
"Stunbaton",
|
||||
"EmergencyClosetFill"
|
||||
"EmergencyClosetFill",
|
||||
"Tool",
|
||||
"TilePrying",
|
||||
"RandomToolColor",
|
||||
};
|
||||
|
||||
foreach (var ignoreName in registerIgnore)
|
||||
|
||||
Reference in New Issue
Block a user