mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2025-01-05 18:37:48 +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.util.TaskManager;
|
||||
@ -10,11 +10,11 @@ import org.bukkit.block.Block;
|
||||
|
||||
import java.util.Objects;
|
||||
|
||||
/**
|
||||
/*
|
||||
* @author Butzlabben
|
||||
* @since 08.06.2018
|
||||
*/
|
||||
public class AsyncCreatorAdapter implements CreatorAdapter {
|
||||
/* public class AsyncCreatorAdapter implements CreatorAdapter {
|
||||
|
||||
// Create worlds async to close #16
|
||||
@Override
|
||||
@ -43,3 +43,4 @@ public class AsyncCreatorAdapter implements CreatorAdapter {
|
||||
}
|
||||
|
||||
}
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user