File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Source/Client/Syncing/Game Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -241,6 +241,7 @@ public static void Init()
241241 SyncDelegate . Lambda ( typeof ( GroundSpawner ) , nameof ( GroundSpawner . GetGizmos ) , 1 ) . SetDebugOnly ( ) ; // Set spawn delay
242242 SyncDelegate . Lambda ( typeof ( GeneResourceDrainUtility ) , nameof ( GeneResourceDrainUtility . GetResourceDrainGizmos ) , 0 ) . SetDebugOnly ( ) ; // -10% resource
243243 SyncDelegate . Lambda ( typeof ( GeneResourceDrainUtility ) , nameof ( GeneResourceDrainUtility . GetResourceDrainGizmos ) , 1 ) . SetDebugOnly ( ) ; // +10% resource
244+ SyncMethod . Register ( typeof ( CompBreakdownable ) , nameof ( CompBreakdownable . Notify_Repaired ) ) . SetDebugOnly ( ) ; // Dev repair breakdownable
244245
245246 // Hediffs
246247 SyncMethod . Register ( typeof ( Hediff_CubeInterest ) , nameof ( Hediff_CubeInterest . StartWithdrawal ) ) . SetDebugOnly ( ) ;
You can’t perform that action at this time.
0 commit comments