Skip to content

Commit

Permalink
Posfix -> Postfix
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli committed Aug 23, 2022
1 parent 8847fa0 commit 34fccee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GameMod/MPBanPlayers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ private static void Prefix() {
}
}

private static void Posfix() {
private static void Postfix() {
if (MPBanPlayers.JoiningPlayerIsBanned && MPBanPlayers.JoiningPlayerConnectionId >= 0 && MPBanPlayers.JoiningPlayerLobbyData != null) {
// Add back the PlayerLobbyData which we temporarily removed
NetworkMatch.m_players.Add(MPBanPlayers.JoiningPlayerConnectionId, MPBanPlayers.JoiningPlayerLobbyData);
Expand Down

0 comments on commit 34fccee

Please sign in to comment.