Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Feb 4, 2024
1 parent 36dcbae commit 6e33cec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mod/Jailbreak.Rebel/RebelManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ private void ApplyRebelColor(CCSPlayerController player)
color = Color.FromArgb(254, 255, 255, 255);
}

player.PrintToConsole("Color: " + color);
player.Pawn.Value.RenderMode = RenderMode_t.kRenderTransColor;
player.Pawn.Value.Render = color;
Utilities.SetStateChanged(player.Pawn.Value, "CBaseModelEntity", "m_clrRender");
Expand Down

0 comments on commit 6e33cec

Please sign in to comment.