mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-22 11:55:12 +01:00
Update Methods.java
This commit is contained in:
parent
7f76e0296b
commit
7d50d2db33
@ -447,7 +447,7 @@ public class Methods {
|
||||
price = Main.settings.getData().getLong("Items." + ID + ".Price");
|
||||
}
|
||||
}
|
||||
return NumberFormat.getNumberInstance().format(price);
|
||||
return String.valueOf(price);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user