From 62f3e249bcb9bcf7390fd2e3b733884aca0e6f9a Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Thu, 31 Dec 2020 01:19:01 -0600 Subject: [PATCH] Cleanup --- scripts/server/clan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/server/clan.js b/scripts/server/clan.js index 715edb2d..5f18455a 100644 --- a/scripts/server/clan.js +++ b/scripts/server/clan.js @@ -165,7 +165,7 @@ function setClanRankTagCommand(command, params, client) { if(!getClanRankData(clanId, rankId)) { messagePlayerError(client, "Clan rank not found!"); return false; - } + } } // ----------------------------------------------------------------------------