Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli committed Sep 30, 2021
1 parent 0b72e3e commit 2e68863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GameMod/ServerStatLog.cs
Expand Up @@ -553,7 +553,7 @@ public static JObject GetGameData()
players = NetworkMatch.m_players.Values.Where(x => !x.m_name.StartsWith("OBSERVER")).Select(x => x.m_name),
hasPassword = MPModPrivateData.HasPassword,
matchNotes = MPModPrivateData.MatchNotes,
classicSpanwsEnabled = MPClassic.matchEnabled,
classicSpawnsEnabled = MPClassic.matchEnabled,
ctfCarrierBoostEnabled = CTF.CarrierBoostEnabled
});
}
Expand Down

0 comments on commit 2e68863

Please sign in to comment.