Add more client/server only components to registerIgnore lists (#534)

Fixes a few warnings from components not added to the ignore list on client/server.
This commit is contained in:
moneyl
2020-01-21 12:12:50 -05:00
committed by Pieter-Jan Briers
parent aa77b017e8
commit eb7f592154
2 changed files with 4 additions and 1 deletions

View File

@@ -125,7 +125,9 @@ namespace Content.Client
"MedkitFill", "MedkitFill",
"FloorTile", "FloorTile",
"FootstepSound", "FootstepSound",
"UtilityBeltClothingFill" "UtilityBeltClothingFill",
"ShuttleController",
"HumanInventoryController"
}; };
foreach (var ignoreName in registerIgnore) foreach (var ignoreName in registerIgnore)

View File

@@ -39,6 +39,7 @@ namespace Content.Server
"InteractionOutline", "InteractionOutline",
"MeleeWeaponArcAnimation", "MeleeWeaponArcAnimation",
"AnimationsTest", "AnimationsTest",
"ItemStatus"
}; };
foreach (var ignoreName in registerIgnore) foreach (var ignoreName in registerIgnore)