Return false on getClanFromParams not found

This commit is contained in:
Vortrex
2021-07-25 22:18:58 -05:00
parent 43f121e035
commit 0e91ab57ad

View File

@@ -764,6 +764,8 @@ function getClanFromParams(params) {
return toInteger(params); return toInteger(params);
} }
} }
return false;
} }
// =========================================================================== // ===========================================================================
@@ -780,6 +782,8 @@ function getClanRankFromParams(clanId, params) {
return toInteger(params); return toInteger(params);
} }
} }
return false;
} }
// =========================================================================== // ===========================================================================