12
1
Dieser Commit ist enthalten in:
Yaruma3341 2019-11-21 16:23:02 +01:00 committet von BuildTools
Ursprung f0797c041d
Commit cc18882a52

Datei anzeigen

@ -13,7 +13,7 @@ public class LockschemCommand implements CommandExecutor {
@Override
public boolean onCommand(CommandSender sender, Command command, String label, String[] args) {
Player player = (Player) sender;
if(!(sender instanceof Player)) {
if(sender instanceof Player) {
if(args.length == 1) {
String teamName = args[1];
FightTeam fightTeam = Fight.getTeamByName(teamName);