mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-25 03:55:35 +01:00
*
This commit is contained in:
parent
cc3a3f159f
commit
f8579bdf6a
@ -9,10 +9,6 @@ import org.json.simple.parser.ParseException;
|
||||
public class DelegateTextureUtil extends TextureUtil {
|
||||
private final TextureUtil parent;
|
||||
|
||||
public static void main(String[] args) throws Throwable {
|
||||
TextureUtil.main(args);
|
||||
}
|
||||
|
||||
public DelegateTextureUtil(TextureUtil parent) {
|
||||
super(parent.getFolder());
|
||||
this.parent = parent;
|
||||
|
Loading…
Reference in New Issue
Block a user