Skip to content

Commit eb9ced4

Browse files
committed
disabling cow-clicker (no scoreboard module any more)
1 parent 8349b56 commit eb9ced4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/js/plugins/minigames/cow-clicker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ your own mini-game...
4242
***/
4343
var sounds = require('sounds');
4444

45-
if ( __plugin.canary ){
46-
console.warn('cow-clicker minigame is not yet supported in CanaryMod');
45+
if ( __plugin.canary || __plugin.bukkit){
46+
console.warn('cow-clicker minigame is not yet supported in CanaryMod or Bukkit');
4747
return;
4848
}
4949
var store = {},

0 commit comments

Comments
 (0)