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:
committed by
Pieter-Jan Briers
parent
aa77b017e8
commit
eb7f592154
@@ -125,7 +125,9 @@ namespace Content.Client
|
||||
"MedkitFill",
|
||||
"FloorTile",
|
||||
"FootstepSound",
|
||||
"UtilityBeltClothingFill"
|
||||
"UtilityBeltClothingFill",
|
||||
"ShuttleController",
|
||||
"HumanInventoryController"
|
||||
};
|
||||
|
||||
foreach (var ignoreName in registerIgnore)
|
||||
|
||||
@@ -39,6 +39,7 @@ namespace Content.Server
|
||||
"InteractionOutline",
|
||||
"MeleeWeaponArcAnimation",
|
||||
"AnimationsTest",
|
||||
"ItemStatus"
|
||||
};
|
||||
|
||||
foreach (var ignoreName in registerIgnore)
|
||||
|
||||
Reference in New Issue
Block a user