Fixes the timing of the block populator thread which caused a delay between opening a gate and it displaying as open
This commit is contained in:
		@@ -568,7 +568,7 @@ public class Stargate extends JavaPlugin {
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        getServer().getScheduler().runTaskTimer(this, new StarGateThread(), 0L, 100L);
 | 
			
		||||
        getServer().getScheduler().runTaskTimer(this, new BlockPopulatorThread(), 0L, 100L);
 | 
			
		||||
        getServer().getScheduler().runTaskTimer(this, new BlockPopulatorThread(), 0L, 1L);
 | 
			
		||||
 | 
			
		||||
        this.registerCommands();
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user