Archived
0

Updated version *cough*

This commit is contained in:
Pepich
2017-05-09 11:01:35 +02:00
parent f4e0d41fbc
commit 078302dbff

View File

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