Skip to content

Commit

Permalink
Remove manual set-colors
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Dec 15, 2024
1 parent cb5a6cc commit 4d92075
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mod/Jailbreak.RTD/RTDRewarder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ public HookResult OnSpawn(EventPlayerSpawn @event, GameEventInfo info) {
if (reward == null) return HookResult.Continue;
if (!reward.CanGrantReward(player)) return HookResult.Continue;

player.SetColor(Color.White);

Server.RunOnTick(Server.TickCount + 2, () => {
if (!player.IsValid) return;
if (reward.Name != "Nothing")
Expand Down

0 comments on commit 4d92075

Please sign in to comment.