Changed radius back
The r70 commit
This commit is contained in:
parent
4ea2343cf4
commit
20d0e7f0fe
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue