I've hidden the "Added new flair" text in console.
This commit is contained in:
parent
42b85a3e0c
commit
b66c8f1214
7 changed files with 3 additions and 3 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -191,9 +191,9 @@ public class PluginMain extends JavaPlugin
|
|||
p.Flair=finalflair; //2015.08.08.
|
||||
p.CommentedOnReddit=true; //2015.08.10.
|
||||
p.UserName=username; //2015.08.08.
|
||||
if(finalflair.length()==0) //Just for the message
|
||||
finalflair="undecided";
|
||||
System.out.println("Added new flair to "+playername+": "+finalflair);
|
||||
/*if(finalflair.length()==0) //Just for the message
|
||||
finalflair="undecided";*/
|
||||
//System.out.println("Added new flair to "+playername+": "+finalflair);
|
||||
for(Player player : getServer().getOnlinePlayers()) //<-- 2015.08.08.
|
||||
{
|
||||
if(player.getName().equals(playername))
|
||||
|
|
Loading…
Reference in a new issue