disable broken world border

This commit is contained in:
Romain Beaumont 2015-10-12 22:36:10 +02:00
parent d04e2b829b
commit 7b93432d7f

View file

@ -3,7 +3,7 @@ module.exports=inject;
function inject(serv, player)
{
//WIP: Does't work
player._client.write('world_border', {
/* player._client.write('world_border', {
action: 3,
x: 0,
z: 0,
@ -17,5 +17,5 @@ function inject(serv, player)
player._client.write('world_border', {
action: 0,
radius: 15
});
});*/
}