File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ private static List<IPatch> GetMethodPatches(Compatibility compatibility)
343
343
WorkshopMods . ForceLevelUp ,
344
344
WorkshopMods . PloppableRico ,
345
345
WorkshopMods . PloppableRicoHighDensityFix ,
346
- WorkshopMods . PloppableRICORevisited ,
346
+ WorkshopMods . PloppableRicoRevisited ,
347
347
WorkshopMods . PlopTheGrowables ) )
348
348
{
349
349
Log . Info ( "The 'Real Time' mod will not change the building construction and upgrading behavior because some building mod is active." ) ;
Original file line number Diff line number Diff line change 1
- // <copyright file="WorkshopMods.cs" company="dymanoid">
1
+ // <copyright file="WorkshopMods.cs" company="dymanoid">
2
2
// Copyright (c) dymanoid. All rights reserved.
3
3
// </copyright>
4
4
@@ -47,9 +47,9 @@ internal static class WorkshopMods
47
47
48
48
/// <summary>The Workshop ID of the 'Real Time Offline' mod.</summary>
49
49
public const ulong RealTimeOffline = 1749971558ul ;
50
-
50
+
51
51
/// <summary>The Workshop ID of the 'Ploppable RICO Revisited' mod.</summary>
52
- public const ulong PloppableRICORevisited = 2016920607ul ;
52
+ public const ulong PloppableRicoRevisited = 2016920607ul ;
53
53
54
54
/// <summary>The Workshop ID of the 'Lifecycle Rebalance Revisited' mod.</summary>
55
55
public const ulong LifecycleRebalanceRevisited = 2027161563ul ;
You can’t perform that action at this time.
0 commit comments