geforkt von Mirrors/FastAsyncWorldEdit
etc.getDataSource() is now static; updated.
Dieser Commit ist enthalten in:
Ursprung
48aeb58bbb
Commit
87780f0a78
@ -105,7 +105,7 @@ public class WorldEdit extends Plugin {
|
|||||||
foundID = Integer.parseInt(id);
|
foundID = Integer.parseInt(id);
|
||||||
} catch (NumberFormatException e) {
|
} catch (NumberFormatException e) {
|
||||||
try {
|
try {
|
||||||
foundID = etc.getInstance().getDataSource().getItem(id);
|
foundID = etc.getDataSource().getItem(id);
|
||||||
} catch (NumberFormatException e2) {
|
} catch (NumberFormatException e2) {
|
||||||
throw new UnknownItemException();
|
throw new UnknownItemException();
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren