mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
etc.getDataSource() is now static; updated.
This commit is contained in:
parent
48aeb58bbb
commit
87780f0a78
@ -105,7 +105,7 @@ public class WorldEdit extends Plugin {
|
||||
foundID = Integer.parseInt(id);
|
||||
} catch (NumberFormatException e) {
|
||||
try {
|
||||
foundID = etc.getInstance().getDataSource().getItem(id);
|
||||
foundID = etc.getDataSource().getItem(id);
|
||||
} catch (NumberFormatException e2) {
|
||||
throw new UnknownItemException();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user