mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-02-18 19:32:36 +01:00
Modtools Room Tools Fix for all SWFS.
This commit is contained in:
parent
ac6b9e6852
commit
fb7531a36d
@ -20,7 +20,7 @@ public class ModToolRoomInfoComposer extends MessageComposer {
|
||||
this.response.appendBoolean(this.room.getHabbo(this.room.getOwnerId()) != null);
|
||||
this.response.appendInt(this.room.getOwnerId());
|
||||
this.response.appendString(this.room.getOwnerName());
|
||||
this.response.appendBoolean(this.room.isPublicRoom());
|
||||
this.response.appendBoolean(true);
|
||||
this.response.appendString(this.room.getName());
|
||||
this.response.appendString(this.room.getDescription());
|
||||
this.response.appendInt(this.room.getTags().split(";").length);
|
||||
|
Loading…
x
Reference in New Issue
Block a user