Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Watzko
ShowCaseStandalone
Commits
f2f22472
Commit
f2f22472
authored
Nov 29, 2016
by
kellerkindt
Browse files
Fixed length test
parent
3bdded28
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/com/kellerkindt/scs/shops/Shop.java
View file @
f2f22472
...
...
@@ -917,7 +917,7 @@ public abstract class Shop<T extends Shop<?>> extends SimpleChangeable<T> implem
String
formattedPrice
=
scs
.
getBalanceHandler
().
format
(
getPrice
());
SCSConfiguration
configuration
=
scs
.
getConfiguration
();
if
(
formattedPrice
.
length
()
>
configuration
.
getHoverText
PlayerCustomNam
eMaxLength
())
{
if
(
formattedPrice
.
length
()
>
configuration
.
getHoverText
Balanc
eMaxLength
())
{
formattedPrice
=
String
.
format
(
configuration
.
getHoverTextBalanceFormatter
(),
getPrice
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment