diff --git a/src/state/index.js b/src/state/index.js index 817bf0e..36c2c0e 100644 --- a/src/state/index.js +++ b/src/state/index.js @@ -586,7 +586,7 @@ function takeDamage (state) { : 1; if (AFRAME.utils.getUrlParameter('godmode')) { return; } state.damage++; - checkGameOver(state); + // checkGameOver(state); } function checkGameOver (state) {