Edited some comments

This commit is contained in:
Fabrizio La Rosa 2020-06-24 16:14:42 +02:00
parent 34597b2009
commit c4dce16b12
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ public class ChunkLoader extends BukkitRunnable {
}
@Override
public void run() {
public void run() { // TODO New algorithm that start from the center of the island
for(int i = 0; i < chunkPerTick || paper; i++){
if(x < maxX){
if(z < maxZ){

View File

@ -294,7 +294,7 @@ Island:
# items in their inventory if they die at an island.
Enable: true
Settings:
# When any of these options are disabled, the setting will be removed from the 'Island Settings'
# When any of these options are disabled, the setting will be removed from the settings menu
# menu.
KeepItemsOnDeath:
Enable: true