Skip to content

Commit

Permalink
spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
fr34kyn01535 committed Jan 1, 2015
1 parent f6d9bad commit ad4520d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GlobalBan.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static void onPlayerConnected(CSteamID id)
string banned = Database.IsBanned(id.ToString());
if (banned != null)
{
if (banned == "") banned = "You are banned, contact the staff if you feel this is a mistake.";
if (banned == "") banned = "you are banned, contact the staff if you feel this is a mistake.";
Steam.kick(id, banned);
}
}
Expand Down

0 comments on commit ad4520d

Please sign in to comment.