Skip to content

Commit

Permalink
remove debug text
Browse files Browse the repository at this point in the history
  • Loading branch information
destoer committed Feb 8, 2024
1 parent 4d4bbec commit a287597
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/LastRequest/Rebel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ public void RiotRespawn()
{
if(player.IsLegal() && !player.IsLegalAlive())
{
Server.PrintToChatAll($"Respawn {player.PlayerName}");
player.Respawn();
}
}
Expand Down

0 comments on commit a287597

Please sign in to comment.