Merge branch 'dev' into 'dev'

Modtools Room Tools Fix for all SWFS.

See merge request morningstar/Arcturus-Community!256
This commit is contained in:
Harmonic 2020-07-09 16:57:45 -04:00
commit 8c2577f345

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