mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-02-18 11:22:37 +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()
|
public ServerMessage compose()
|
||||||
{
|
{
|
||||||
this.response.init(Outgoing.RedeemVoucherErrorComposer);
|
this.response.init(Outgoing.RedeemVoucherErrorComposer);
|
||||||
this.response.appendInt(this.code);
|
this.response.appendString(this.code + "");
|
||||||
return this.response;
|
return this.response;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user