Modtools Room Tools Fix for all SWFS.

This commit is contained in:
Cam 2020-07-09 16:57:45 -04:00 committed by Harmonic
parent ac6b9e6852
commit fb7531a36d

View File

@ -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);