Fix lubed item smart equip (#17727)

* fix

* left over comment
This commit is contained in:
Slava0135
2023-06-29 12:36:09 +03:00
committed by GitHub
parent dd17ac1b3b
commit cacf26d740
2 changed files with 1 additions and 1 deletions

View File

@@ -23,7 +23,6 @@ public sealed class LubeSystem : EntitySystem
SubscribeLocalEvent<LubeComponent, AfterInteractEvent>(OnInteract);
}
// When glue bottle is used on item it will apply the glued and unremoveable components.
private void OnInteract(EntityUid uid, LubeComponent component, AfterInteractEvent args)
{
if (args.Handled)