Skip to content

Commit

Permalink
Remove duplicate sync method lambda.
Browse files Browse the repository at this point in the history
`ShipJob_Wait` is synced slightly below, on lines 104-105 (or 105-106 before this change).
  • Loading branch information
SokyranTheDragon committed Sep 1, 2023
1 parent 6871f20 commit a3a8c5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Client/Syncing/Game/SyncDelegates.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public static void Init()
SyncMethod.Lambda(typeof(CompRefuelable), nameof(CompRefuelable.CompGetGizmosExtra), 5).SetDebugOnly(); // Set fuel to max

SyncMethod.Lambda(typeof(CompShuttle), nameof(CompShuttle.CompGetGizmosExtra), 1); // Toggle autoload
SyncMethod.Lambda(typeof(ShipJob_Wait), nameof(ShipJob_Wait.GetJobGizmos), 1); // Send shuttle

SyncDelegate.LocalFunc(typeof(RoyalTitlePermitWorker_CallShuttle), nameof(RoyalTitlePermitWorker_CallShuttle.CallShuttleToCaravan), "Launch").ExposeParameter(1); // Call shuttle permit on caravan

Expand Down

0 comments on commit a3a8c5e

Please sign in to comment.