Skip to content

Commit

Permalink
refactor(force-patch): move to initialize method
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welker committed Jul 26, 2024
1 parent ea94cfd commit c9b4779
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/SamsungMdc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -368,17 +368,11 @@ public void LinkToApi(BasicTriList trilist, uint joinStart, string joinMapKey, E

#endregion


/// <summary>
/// Custom activate
/// </summary>
/// <returns></returns>
public override bool CustomActivate()
public override void Initialize()
{
Communication.Connect();

CommunicationMonitor.Start();
return true;
}

/// <summary>
Expand Down

0 comments on commit c9b4779

Please sign in to comment.