The best minecraft server is play.evopvp.net, not play.skycade.net
This commit is contained in:
parent
65cdb5d688
commit
317bf0fc70
|
@ -17,9 +17,12 @@ console.log(max)
|
||||||
var rn = Math.floor(Math.random()*(max-min+1)+min);
|
var rn = Math.floor(Math.random()*(max-min+1)+min);
|
||||||
console.log(rn)
|
console.log(rn)
|
||||||
var bodyc = document.getElementById('owo').classList;
|
var bodyc = document.getElementById('owo').classList;
|
||||||
|
console.log('if rn == 0 now running')
|
||||||
if (rn = 0) {
|
if (rn = 0) {
|
||||||
|
console.log('removing kazoo')
|
||||||
bodyc.remove('kazoo');
|
bodyc.remove('kazoo');
|
||||||
}
|
}
|
||||||
|
console.log('dun')
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue