This commit is contained in:
alisolarflare 2016-12-16 14:25:31 -05:00
parent ee2c29e152
commit 83ecead887

View file

@ -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());
}
}