Make the RedisBungeeCommandServer local-only

This commit is contained in:
Tux 2013-11-15 17:07:28 -05:00
parent 5364eadbcf
commit 3c251170ca
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ import java.util.Collection;
* @since 0.2.3
*/
public class RedisBungeeCommandSender implements CommandSender {
protected RedisBungeeCommandSender() {}
@Override
public String getName() {
return "RedisBungee";