mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-26 16:30:52 +01:00
Fixed wrong error displaying in RedeemVoucherErrorComposer
This commit is contained in:
parent
75985a3696
commit
1eddce9546
@ -20,7 +20,7 @@ public class RedeemVoucherErrorComposer extends MessageComposer
|
||||
public ServerMessage compose()
|
||||
{
|
||||
this.response.init(Outgoing.RedeemVoucherErrorComposer);
|
||||
this.response.appendInt(this.code);
|
||||
this.response.appendString(this.code + "");
|
||||
return this.response;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user