From d1de41290d6d627824fe139610d08d85a7d05833 Mon Sep 17 00:00:00 2001 From: Mateus Etto Date: Mon, 27 Mar 2017 19:59:24 -0300 Subject: [PATCH] Remove Beat Master unlock for Rebirth --- website/common/script/fns/updateStats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/script/fns/updateStats.js b/website/common/script/fns/updateStats.js index 3a8bc5b131..9fa1ff1231 100644 --- a/website/common/script/fns/updateStats.js +++ b/website/common/script/fns/updateStats.js @@ -94,7 +94,7 @@ module.exports = function updateStats (user, stats, req = {}, analytics) { }; } }); - if (!user.flags.rebirthEnabled && (user.stats.lvl >= 50 || user.achievements.beastMaster)) { + if (!user.flags.rebirthEnabled && user.stats.lvl >= 50) { user.addNotification('REBIRTH_ENABLED'); user.flags.rebirthEnabled = true; }