Fix welder interaction (#14704)
This commit is contained in:
@@ -23,7 +23,6 @@ public sealed class IgnitionSourceSystem : EntitySystem
|
||||
|
||||
private void OnIsHot(EntityUid uid, IgnitionSourceComponent component, IsHotEvent args)
|
||||
{
|
||||
Logger.Debug(args.IsHot.ToString());
|
||||
SetIgnited(uid,component,args.IsHot);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user