Skip to content
Snippets Groups Projects
Commit 324effc0 authored by TheHresvelgian's avatar TheHresvelgian
Browse files

typo

parent 3154d087
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ void deletePlayer() ...@@ -42,7 +42,7 @@ void deletePlayer()
case 2: case 2:
do do
{ {
id = lesInt("\nPlease type the ID of the player you wish to edit\n",0,10000); id = lesInt("\nPlease type the ID of the player you wish to delete\n",0,10000);
index = searchByID(id,1); index = searchByID(id,1);
if (index == -1) if (index == -1)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment