code refactoring
This commit is contained in:
parent
bcb1fa2e56
commit
2d3ddef181
9 changed files with 62 additions and 62 deletions
|
@ -302,7 +302,7 @@ public class ItemCommand implements TabExecutor {
|
|||
return;
|
||||
}
|
||||
Item item = new Item();
|
||||
item.setID(args[1]);
|
||||
item.setId(args[1]);
|
||||
im.addItem(item);
|
||||
sender.sendMessage(
|
||||
comp(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue