mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2025-02-02 11:31:21 +01:00
Fixed getDouble()
This commit is contained in:
parent
e23184d0fa
commit
6bcac6fa01
@ -38,7 +38,7 @@ public class Config {
|
||||
}
|
||||
|
||||
public static double getDouble(String value) {
|
||||
return Double.parseDouble(value);
|
||||
return Double.parseDouble(getValue(value).toString());
|
||||
}
|
||||
|
||||
private static String getColored(String msg) {
|
||||
|
Loading…
Reference in New Issue
Block a user