mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
Update ModToolUserInfoComposer.java
This commit is contained in:
parent
e3e9286c51
commit
418bc882fa
@ -38,7 +38,7 @@ public class ModToolUserInfoComposer extends MessageComposer {
|
||||
this.response.appendInt(this.set.getInt("cfh_abusive"));
|
||||
this.response.appendInt(this.set.getInt("cfh_warnings"));
|
||||
this.response.appendInt(this.set.getInt("cfh_bans"));
|
||||
this.response.appendInt(0); //Trading lock count
|
||||
this.response.appendInt(this.set.getInt("tradelock_amount"));
|
||||
this.response.appendString(""); //Trading lock expiry timestamp
|
||||
this.response.appendString(""); //Last Purchase Timestamp
|
||||
this.response.appendInt(this.set.getInt("user_id")); //Personal Identification #
|
||||
|
Loading…
Reference in New Issue
Block a user