Rephrase invalid clan str

This commit is contained in:
Vortrex
2021-11-28 22:44:51 -06:00
parent 4f4b21eff3
commit ffb5ea0843

View File

@@ -207,7 +207,7 @@ function deleteClanCommand(command, params, client) {
let clanId = getClanFromParams(params);
if(!getClanData(clanId)) {
messagePlayerError(client, "That clan ID does not exist!");
messagePlayerError(client, "Clan not found!");
return false;
}