mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2025-01-16 13:11:24 +01:00
parent
7fbffbb6d2
commit
71e0029d46
@ -645,8 +645,8 @@ public class ChallengesPanel extends CommonPanel
|
|||||||
|
|
||||||
if (template.description() != null)
|
if (template.description() != null)
|
||||||
{
|
{
|
||||||
builder.description(this.user.getTranslation(this.world, template.description()),
|
builder.description(this.user.getTranslation(this.world, template.description(),
|
||||||
Constants.PARAMETER_NUMBER, String.valueOf(nextPageIndex));
|
Constants.PARAMETER_NUMBER, String.valueOf(nextPageIndex)));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add ClickHandler
|
// Add ClickHandler
|
||||||
@ -738,8 +738,8 @@ public class ChallengesPanel extends CommonPanel
|
|||||||
|
|
||||||
if (template.description() != null)
|
if (template.description() != null)
|
||||||
{
|
{
|
||||||
builder.description(this.user.getTranslation(this.world, template.description()),
|
builder.description(this.user.getTranslation(this.world, template.description(),
|
||||||
Constants.PARAMETER_NUMBER, String.valueOf(previousPageIndex));
|
Constants.PARAMETER_NUMBER, String.valueOf(previousPageIndex)));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add ClickHandler
|
// Add ClickHandler
|
||||||
|
Loading…
Reference in New Issue
Block a user