broken code is not very interesting : removing border.js

This commit is contained in:
Romain Beaumont 2018-05-20 15:41:39 +02:00
parent c01f9dcfca
commit 483dafb679
No known key found for this signature in database
GPG key ID: DB60E388B3BCF286

View file

@ -1,18 +0,0 @@
module.exports.player = function (player) {
// WIP: Does't work
/* player._client.write('world_border', {
action: 3,
x: 0,
z: 0,
old_radius: 15,
new_radius: 15,
speed: 10000000,
portalBoundary: 15,
warning_time: 5,
warning_blocks: 15
});
player._client.write('world_border', {
action: 0,
radius: 15
}); */
}