mirror of
https://github.com/TotalFreedomMC/TFGuilds.git
synced 2024-12-22 07:55:03 +00:00
nf89N(*Á
This commit is contained in:
parent
6edd6241b4
commit
0d3df84b16
1 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ public class CreateGuildCommand extends GBase implements CommandExecutor
|
|||
|
||||
// this stupid shit
|
||||
|
||||
/* List<String> members = plugin.guilds.getStringList("guilds." + args[1] + ".members");
|
||||
/* List<String> members = plugin.guilds.getStringList("guilds." + args[0] + ".members");
|
||||
for (String players : members)
|
||||
{
|
||||
if (players.contains(player.getName()))
|
||||
|
@ -38,8 +38,8 @@ public class CreateGuildCommand extends GBase implements CommandExecutor
|
|||
}
|
||||
} */
|
||||
|
||||
GUtil.createGuild(sender, args[1]);
|
||||
sender.sendMessage(ChatColor.GREEN + "Successfully created a guild named " + args[1]);
|
||||
GUtil.createGuild(sender, args[0]);
|
||||
sender.sendMessage(ChatColor.GREEN + "Successfully created a guild named " + args[0]);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue