pls
This commit is contained in:
parent
ee2c29e152
commit
83ecead887
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ public class AliLinkComponent extends Component {
|
|||
|
||||
@Override
|
||||
public void register(JavaPlugin plugin) {
|
||||
registerCommand(p = plugin, new Press());
|
||||
p = plugin;
|
||||
registerCommand(plugin, new Press());
|
||||
registerCommand(plugin, new Set());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue