Skip to content

Commit eda3527

Browse files
committed
Fix code style (naming)
1 parent f7aba83 commit eda3527

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/RealTime/Core/RealTimeCore.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ private static List<IPatch> GetMethodPatches(Compatibility compatibility)
343343
WorkshopMods.ForceLevelUp,
344344
WorkshopMods.PloppableRico,
345345
WorkshopMods.PloppableRicoHighDensityFix,
346-
WorkshopMods.PloppableRICORevisited,
346+
WorkshopMods.PloppableRicoRevisited,
347347
WorkshopMods.PlopTheGrowables))
348348
{
349349
Log.Info("The 'Real Time' mod will not change the building construction and upgrading behavior because some building mod is active.");

src/RealTime/Core/WorkshopMods.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="WorkshopMods.cs" company="dymanoid">
1+
// <copyright file="WorkshopMods.cs" company="dymanoid">
22
// Copyright (c) dymanoid. All rights reserved.
33
// </copyright>
44

@@ -47,9 +47,9 @@ internal static class WorkshopMods
4747

4848
/// <summary>The Workshop ID of the 'Real Time Offline' mod.</summary>
4949
public const ulong RealTimeOffline = 1749971558ul;
50-
50+
5151
/// <summary>The Workshop ID of the 'Ploppable RICO Revisited' mod.</summary>
52-
public const ulong PloppableRICORevisited = 2016920607ul;
52+
public const ulong PloppableRicoRevisited = 2016920607ul;
5353

5454
/// <summary>The Workshop ID of the 'Lifecycle Rebalance Revisited' mod.</summary>
5555
public const ulong LifecycleRebalanceRevisited = 2027161563ul;

0 commit comments

Comments
 (0)