mirror of
https://github.com/Quackster/Havana.git
synced 2025-07-04 13:47:45 +00:00
Send carry object to flash client
This commit is contained in:
parent
05fde6ff66
commit
64565bbe21
1 changed files with 2 additions and 0 deletions
|
@ -393,6 +393,8 @@ public abstract class RoomEntity {
|
||||||
|
|
||||||
this.carryId = carryId;
|
this.carryId = carryId;
|
||||||
this.carryValue = carryValue;
|
this.carryValue = carryValue;
|
||||||
|
|
||||||
|
this.room.sendFlashClients(new USER_CARRY_OBJECT(this.instanceId, carryId, carryValue));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue