mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-17 20:11:21 +02:00
Catch null eco symbol.
This commit is contained in:
@@ -583,7 +583,7 @@ public class Settings implements ISettings
|
|||||||
@Override
|
@Override
|
||||||
public String getCurrencySymbol()
|
public String getCurrencySymbol()
|
||||||
{
|
{
|
||||||
return config.getString("currency-symbol", "$").substring(0, 1).replaceAll("[0-9]", "$");
|
return config.getString("currency-symbol", "$").concat("$").substring(0, 1).replaceAll("[0-9]", "$");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@@ -325,7 +325,7 @@ register-back-in-listener: false
|
|||||||
login-attack-delay: 5
|
login-attack-delay: 5
|
||||||
|
|
||||||
#Set the max fly speed, values range from 0.1 to 1.0
|
#Set the max fly speed, values range from 0.1 to 1.0
|
||||||
max-fly-speed: 1.0
|
max-fly-speed: 0.8
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
# +------------------------------------------------------+ #
|
# +------------------------------------------------------+ #
|
||||||
|
Reference in New Issue
Block a user