Skip to content

Commit e59c407

Browse files
authored
Fix indentation
1 parent c580c0e commit e59c407

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Common/Races/Kitsune/Kitsune.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ public class Kitsune : Race
5454

5555
// Debugging log function.
5656
private void Log(object message)
57-
{
57+
{
5858
if (DEBUG)
5959
{
6060
#pragma warning disable CS0162 // Unreachable code detected
6161
ShaggyAddonRaces.Logger.Debug(message);
6262
#pragma warning restore CS0162 // Unreachable code detected
6363
}
64-
}
64+
}
6565

6666
private void Init(Player player)
6767
{
@@ -218,7 +218,7 @@ public override void ModifyDrawLayers(Player player, List<PlayerLayer> layers)
218218

219219
modPlayer = player.GetModPlayer<MrPlagueRaces.MrPlagueRacesPlayer>();
220220
if (texture_Color == null || texture_Tail == null)
221-
{
221+
{
222222
ShaggyAddonRaces.Logger.Info("Tails are null... Acquiring.");
223223
texture_Tail = ShaggyAddonRaces.GetTexture("Content/RaceTextures/Kitsune/Tail/Kitsune_Tail" + tailCount);
224224
texture_Color = ShaggyAddonRaces.GetTexture("Content/RaceTextures/Kitsune/Tail/Kitsune_Tail" + tailCount + "_Color");
@@ -356,4 +356,4 @@ public override void ModifyDrawLayers(Player player, List<PlayerLayer> layers)
356356
}
357357
});
358358
}
359-
}
359+
}

0 commit comments

Comments
 (0)