Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fs-sys committed Jun 29, 2022
1 parent d1dca08 commit 1d24584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ClassicPlates/Patching/PhotonUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ internal static void HandleModerationEvent(LoadBalancingClient loadBalancingClie
QueuedMutes.Add(i);
}

ApplyCachedModerations();
ApplyCachedModeration();
}
}
else
Expand Down Expand Up @@ -272,7 +272,7 @@ private static void ApplyModeration(Moderation moderation)
}
}

private static void ApplyCachedModerations()
private static void ApplyCachedModeration()
{
if(ClassicPlates.NameplateManager == null) {return;}
if (!(QueuedBlocks.Count > 0 | QueuedMutes.Count > 0))
Expand Down

0 comments on commit 1d24584

Please sign in to comment.