mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-07 20:20:50 +00:00
disable broken world border
This commit is contained in:
parent
d04e2b829b
commit
7b93432d7f
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ module.exports=inject;
|
||||||
function inject(serv, player)
|
function inject(serv, player)
|
||||||
{
|
{
|
||||||
//WIP: Does't work
|
//WIP: Does't work
|
||||||
player._client.write('world_border', {
|
/* player._client.write('world_border', {
|
||||||
action: 3,
|
action: 3,
|
||||||
x: 0,
|
x: 0,
|
||||||
z: 0,
|
z: 0,
|
||||||
|
|
@ -17,5 +17,5 @@ function inject(serv, player)
|
||||||
player._client.write('world_border', {
|
player._client.write('world_border', {
|
||||||
action: 0,
|
action: 0,
|
||||||
radius: 15
|
radius: 15
|
||||||
});
|
});*/
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue