Skip to content

Commit

Permalink
Moved images to gh-pages, fixed JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
RadBuilder committed Dec 31, 2017
1 parent 6911b60 commit bf64fbd
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 201 deletions.
Binary file removed assets/images/EmojiChat.png
Binary file not shown.
201 changes: 0 additions & 201 deletions assets/images/EmojiChat.svg

This file was deleted.

Binary file removed assets/images/Example Chat.png
Binary file not shown.
Binary file removed assets/images/Example List.png
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ private void loadShortcuts(FileConfiguration config) {
* Loads the disabled emojis from the config.
*
* @param config The config to load disabled emojis from.
* @param plugin The EmojiChat main class instance.
*/
private void loadDisabledEmojis(FileConfiguration config, EmojiChat plugin) {
for (String disabledEmoji : config.getStringList("disabled-emojis")) {
Expand Down

0 comments on commit bf64fbd

Please sign in to comment.