Fix mobile testing errors.

master
sigonasr2 6 years ago
parent 1d8dbf7f3d
commit 661ccaa5bb
  1. BIN
      BandoriBot/BandoriBot.jar
  2. 2
      BandoriBot/src/sig/GachaBot.java

Binary file not shown.

@ -85,7 +85,7 @@ public class GachaBot {
Player p = Player.GetPlayerProfile(discordID, name);
DecimalFormat df = new DecimalFormat("0.0");
channel.sendMessage(new MessageBuilder("*Stats for* "+name+":").append('\n')
.append("```").append('\n')
.append("```ff").append('\n')
.append("Total Rolls: "+(p.GetPullData()[0]+p.GetPullData()[1]+p.GetPullData()[2])).append('\n')
.append("4* Cards: "+(p.GetPullData()[2])+" ("+df.format((double)(p.GetPullData()[2])/(p.GetPullData()[0]+p.GetPullData()[1]+p.GetPullData()[2])*100)+"%)").append(" ["+p.GetDupeData()[2]+" dupe"+((p.GetDupeData()[2]==1)?"":"s")+"]").append('\n')
.append("3* Cards: "+(p.GetPullData()[1])+" ("+df.format((double)(p.GetPullData()[1])/(p.GetPullData()[0]+p.GetPullData()[1]+p.GetPullData()[2])*100)+"%)").append(" ["+p.GetDupeData()[1]+" dupe"+((p.GetDupeData()[1]==1)?"":"s")+"]").append('\n')

Loading…
Cancel
Save