mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-15 15:35:09 -06:00
Fixed bug with setting GE offer value
This commit is contained in:
parent
f065ce2687
commit
c102097ffe
1 changed files with 1 additions and 1 deletions
|
|
@ -378,7 +378,7 @@ public class GrandExchangeInterface extends ComponentPlugin {
|
|||
String s = value.toString();
|
||||
s = s.replace("k","000");
|
||||
s = s.replace("K","000");
|
||||
setOfferAmount(player, offer, Integer.parseInt(s));
|
||||
setOfferValue(player, offer, Integer.parseInt(s));
|
||||
return Unit.INSTANCE;
|
||||
});
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue