Go to habbohotel -> navigators -> navigator.cs
Search for: (In the function SerializeRoomListing)
Replace it with this:Code:foreach (DataRow Row in Data.Rows) { UberEnvironment.GetGame().GetRoomManager().FetchRoomData((uint)Row["id"], Row).Serialize(Rooms, false); }
GreetzCode:int i = 0; foreach (DataRow Row in Data.Rows) { if (i != 0) { Rooms.AppendInt32(0); } UberEnvironment.GetGame().GetRoomManager().FetchRoomData((uint)Row["id"], Row).Serialize(Rooms, false); i++; }
-Jos







