Where do I edit that?
I'm using arcturus so it's not grabbing it as there is no Server_settings table its emulator_settings
But there is no users online table in there?
using System;
using System.Linq;
using System.Text;
using System.Collections.Generic;
using Plus.HabboHotel.Rooms;
using Plus.HabboHotel.Navigator;
using Plus.HabboHotel.GameClients;
namespace Plus.Communication.Packets.Outgoing.Navigator
{
class NavigatorSearchResultSetComposer ...