Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
catapillie committed Apr 25, 2022
1 parent b3da42c commit 843c630
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Code/Reskinning/FlagDecals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ private static void Mod_ConfettiRenderer_ctor(ILContext il) {
cursor.GotoNext(MoveType.After, instr => instr.MatchLdsfld(f_SummitCheckpoint_ConfettiRenderer_confettiColors));
cursor.EmitDelegate<Func<Color[], Color[]>>(colors => {
PrideModModuleSettings settings = PrideModModule.Settings;
Console.WriteLine("yo");
return settings.Enabled && settings.Confetti != PrideTypes.Default ?
PrideData.PrideColors[settings.Confetti] :
colors;
Expand Down

0 comments on commit 843c630

Please sign in to comment.