Changed radius back

The r70 commit
This commit is contained in:
Norbi Peti 2017-07-05 23:18:16 +02:00
parent 4ea2343cf4
commit 20d0e7f0fe

View file

@ -13,7 +13,7 @@ import net.minecraft.server.v1_12_R1.WorldBorder;
public class Main extends JavaPlugin
{
private final int radius = 300; //set how far apart the five teleport positions are
private final int radius = 70; //set how far apart the five teleport positions are
private CraftWorld world;
private WorldBorder border;