geforkt von SteamWar/BungeeCore
Fix TpCommand again
Dieser Commit ist enthalten in:
Ursprung
61fff5ba08
Commit
c8cf039987
@ -55,7 +55,7 @@ public class TpCommand extends BasicCommand {
|
||||
ServerInfo server = getTarget(args[0]);
|
||||
|
||||
if(server == null) {
|
||||
ChatSender.of(player).system("JOIN_PLAYER_BLOCK");
|
||||
ChatSender.of(player).system("JOINME_PLAYER_OFFLINE");
|
||||
return;
|
||||
}
|
||||
//Give control of teleport command to server
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren