Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into 3.0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Apr 4, 2018
2 parents 8f751fd + c63efe9 commit 8e853c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/wasteofplastic/askyblock/commands/IslandCmd.java
Original file line number Diff line number Diff line change
Expand Up @@ -2667,7 +2667,7 @@ public void run() {
// Send out coop invite
Util.sendMessage(player, ChatColor.GREEN + plugin.myLocale(player.getUniqueId()).inviteinviteSentTo.replace("[name]", target.getName()));
Util.sendMessage(target, ChatColor.GREEN + plugin.myLocale(targetPlayerUUID).coopHasInvited.replace("[name]", player.getName()));
Util.sendMessage(target, ChatColor.GREEN + Settings.ISLANDCOMMAND + " coopaccept/coopreject " + plugin.myLocale(targetPlayerUUID).invitetoAcceptOrReject);
Util.sendMessage(target, ChatColor.WHITE + "/" + label + " [coopaccept/coopreject]" + ChatColor.YELLOW + plugin.myLocale(targetPlayerUUID).invitetoAcceptOrReject);
coopInviteList.put(targetPlayerUUID, playerUUID);
if (Settings.inviteTimeout > 0) {
plugin.getServer().getScheduler().runTaskLater(plugin, new Runnable() {
Expand Down

0 comments on commit 8e853c1

Please sign in to comment.