mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-19 07:56:26 +01:00
freeze lives packet should use virtual id
This commit is contained in:
parent
08ba0de482
commit
e42f42d08d
@ -15,7 +15,7 @@ public class FreezeLivesComposer extends MessageComposer {
|
|||||||
@Override
|
@Override
|
||||||
protected ServerMessage composeInternal() {
|
protected ServerMessage composeInternal() {
|
||||||
this.response.init(Outgoing.FreezeLivesComposer);
|
this.response.init(Outgoing.FreezeLivesComposer);
|
||||||
this.response.appendInt(this.gamePlayer.getHabbo().getHabboInfo().getId());
|
this.response.appendInt(this.gamePlayer.getHabbo().getRoomUnit().getId());
|
||||||
this.response.appendInt(this.gamePlayer.getLives());
|
this.response.appendInt(this.gamePlayer.getLives());
|
||||||
return this.response;
|
return this.response;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user