ogame-infinity / web-extension

Repository for the web extension code (coming)
https://ogameinfinity.com
Other
34 stars 48 forks source link

[Bug] Cargo amount resets to 0 #358

Closed peti446 closed 3 months ago

peti446 commented 3 months ago

Hi,

When using the extension, when I try to send any cargo, it works fine, but if the number goes to the 1000 it always resets back to 0, If i try to set the max using the yellow buttons, it does not work either it will reset to 0.

If I do not use the extensions it works fine, I wonder if maybe it has to do with . vs , ? I think the original version uses , but the extension tries to use . ?

blag001 commented 3 months ago

You changed the language. We don't support the use of a language other than the server's one. Separator are not the same and will break over 1k units.

Try to get back to the server default configuration, it should solve itself.

peti446 commented 3 months ago

That did it thanks, yep separatos are different.