mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-31 04:12:37 +01:00
Merge branch 'dev' into 'dev'
Modtools Room Tools Fix for all SWFS. See merge request morningstar/Arcturus-Community!256
This commit is contained in:
commit
8c2577f345
@ -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