mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-08-23 00:20:52 +00:00
Merge pull request #127 from orzFly/patch-1
[FIX] Cannot use demmurage currencies in path_find
This commit is contained in:
@@ -2036,7 +2036,7 @@ Remote.prepareCurrencies = function(currency) {
|
||||
}
|
||||
|
||||
if (currency.hasOwnProperty('currency')) {
|
||||
newCurrency.currency = Currency.json_rewrite(currency.currency);
|
||||
newCurrency.currency = Currency.json_rewrite(currency.currency, {force_hex:true});
|
||||
}
|
||||
|
||||
return newCurrency;
|
||||
|
||||
Reference in New Issue
Block a user