mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2025-01-06 18:47:52 +01:00
Update AsyncCreatorAdapter.java
This commit is contained in:
parent
e88d6e1ffd
commit
f0386bab55
@ -1,4 +1,4 @@
|
|||||||
package de.butzlabben.world.wrapper;
|
/* package de.butzlabben.world.wrapper;
|
||||||
|
|
||||||
import com.boydti.fawe.bukkit.wrapper.AsyncWorld;
|
import com.boydti.fawe.bukkit.wrapper.AsyncWorld;
|
||||||
//import com.boydti.fawe.util.TaskManager;
|
//import com.boydti.fawe.util.TaskManager;
|
||||||
@ -10,11 +10,11 @@ import org.bukkit.block.Block;
|
|||||||
|
|
||||||
import java.util.Objects;
|
import java.util.Objects;
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* @author Butzlabben
|
* @author Butzlabben
|
||||||
* @since 08.06.2018
|
* @since 08.06.2018
|
||||||
*/
|
*/
|
||||||
public class AsyncCreatorAdapter implements CreatorAdapter {
|
/* public class AsyncCreatorAdapter implements CreatorAdapter {
|
||||||
|
|
||||||
// Create worlds async to close #16
|
// Create worlds async to close #16
|
||||||
@Override
|
@Override
|
||||||
@ -43,3 +43,4 @@ public class AsyncCreatorAdapter implements CreatorAdapter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user