Skip to content

Commit

Permalink
Update PremiumManager.java
Browse files Browse the repository at this point in the history
resolves jagrosh#60
  • Loading branch information
jagrosh committed Nov 18, 2020
1 parent 2852be1 commit a716fc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ private PremiumInfo()
public String getFooterString()
{
if(level==Level.NONE)
return "This server does does not have Vortex Pro";
return "This server does not have Vortex Pro";
if(until.getEpochSecond()==Instant.MAX.getEpochSecond())
return "This server has " + level.name + " permanently";
return "This server has " + level.name + " until";
Expand Down

0 comments on commit a716fc5

Please sign in to comment.