Archived
0

Fixed message.cmd

This commit is contained in:
Pepich
2017-05-09 18:27:39 +02:00
parent 3e39c43a63
commit 2dd5e15a75
2 changed files with 16 additions and 16 deletions

View File

@@ -18,7 +18,7 @@ import com.redstoner.modules.datamanager.DataManager;
import net.md_5.bungee.api.ChatColor;
@Version(major = 3, minor = 1, revision = 0, compatible = 3)
@Version(major = 3, minor = 1, revision = 1, compatible = 3)
public class Message implements Module
{
HashMap<CommandSender, CommandSender> replyTargets = new HashMap<CommandSender, CommandSender>();