aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/gyms.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gyms.js b/plugins/gyms.js
index d4b1afe..3f1ce29 100644
--- a/plugins/gyms.js
+++ b/plugins/gyms.js
@@ -30,5 +30,5 @@ exports.getGymString = (bot, member) => {
};
exports.isOwned = (title) => {
- return title != 'Current Owner: *none*';
+ return title == 'Current Owner: *none*';
};