mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2026-04-30 10:10:30 +00:00
Make the RedisBungeeCommandServer local-only
This commit is contained in:
@@ -20,6 +20,8 @@ import java.util.Collection;
|
|||||||
* @since 0.2.3
|
* @since 0.2.3
|
||||||
*/
|
*/
|
||||||
public class RedisBungeeCommandSender implements CommandSender {
|
public class RedisBungeeCommandSender implements CommandSender {
|
||||||
|
protected RedisBungeeCommandSender() {}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getName() {
|
public String getName() {
|
||||||
return "RedisBungee";
|
return "RedisBungee";
|
||||||
|
|||||||
Reference in New Issue
Block a user