Skip to content

Commit

Permalink
Merge pull request #204 from ChowNyy/patch-22
Browse files Browse the repository at this point in the history
orthographe
  • Loading branch information
kossolax committed Dec 8, 2015
2 parents 25e8ff2 + 3688220 commit 8d7d86f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/roleplay_stats.sp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public Action fwdCommand(int client, char[] command, char[] arg) {
if( StrEqual(command, "compteur") || StrEqual(command, "count") || StrEqual(command, "stats") || StrEqual(command, "stat") || StrEqual(command, "statistics") ) {
Handle menu = CreateMenu(MenuViewStats);
SetMenuTitle(menu, "Quelles stats afficher ?");
AddMenuItem(menu, "sess", "Sur la connection");
AddMenuItem(menu, "sess", "Sur la connexion");
AddMenuItem(menu, "full", "Le total");
AddMenuItem(menu, "real", "En temps réel");
AddMenuItem(menu, "coloc", "Infos appartement");
Expand Down Expand Up @@ -403,4 +403,4 @@ int CountPlants(int client){
}
}
return count;
}
}

0 comments on commit 8d7d86f

Please sign in to comment.