mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-18 22:11:07 +00:00
broken code is not very interesting : removing border.js
This commit is contained in:
parent
c01f9dcfca
commit
483dafb679
1 changed files with 0 additions and 18 deletions
|
|
@ -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
|
||||
}); */
|
||||
}
|
||||
Loading…
Reference in a new issue