1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-02 04:37:47 +00:00

Send carry object to flash client

This commit is contained in:
Quackster 2025-04-20 11:07:05 +10:00
parent 05fde6ff66
commit 64565bbe21

View file

@ -393,6 +393,8 @@ public abstract class RoomEntity {
this.carryId = carryId;
this.carryValue = carryValue;
this.room.sendFlashClients(new USER_CARRY_OBJECT(this.instanceId, carryId, carryValue));
}
/**