This commit is contained in:
Anuken
2020-11-09 19:15:37 -05:00
parent 89589c3258
commit 5eb4d25fe9
3 changed files with 4 additions and 4 deletions

View File

@@ -946,7 +946,7 @@ public class ServerControl implements ApplicationListener{
}
}
if(closest != null){
if(closest != null && !closest.text.equals("yes")){
err("Command not found. Did you mean \"" + closest.text + "\"?");
suggested = line.replace(response.runCommand, closest.text);
}else{