We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8349b56 commit eb9ced4Copy full SHA for eb9ced4
src/main/js/plugins/minigames/cow-clicker.js
@@ -42,8 +42,8 @@ your own mini-game...
42
***/
43
var sounds = require('sounds');
44
45
-if ( __plugin.canary ){
46
- console.warn('cow-clicker minigame is not yet supported in CanaryMod');
+if ( __plugin.canary || __plugin.bukkit){
+ console.warn('cow-clicker minigame is not yet supported in CanaryMod or Bukkit');
47
return;
48
}
49
var store = {},
0 commit comments