Skip to content

Commit

Permalink
Disable cheats.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Hopman committed Dec 21, 2011
1 parent f60ced2 commit 5dc0984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Input.js
Expand Up @@ -40,7 +40,7 @@ var KEY_TAB = 9;
var keyState = [];
var lastKeyDownTick = 0;

var cheatsEnabled = true;
var cheatsEnabled = false;
function keyup(event){
keyState[event.keyCode] = 0;
return false;
Expand Down

0 comments on commit 5dc0984

Please sign in to comment.