yes of curseAre you using the latest version?
Dude i say i have it now on my server.. its bug toolast version 1.29-1
Lovely overview, but you've said that in beta 2 it's right nowMr WolverinDEV
i test all versions on my VPS for u
test for report true details of server [Server Password and channel create ability]
v1.2.28-beta 2 ---> show wrong details [server password = yes! && channel create ability = No!]
v1.2.28-beta 3 ---> show wrong details [server password = yes! && channel create ability = No!]
v1.2.28-beta 4 ---> show wrong details [server password = yes! && channel create ability = No!]
v1.2.28-beta 5 ---> show wrong details [server password = yes! && channel create ability = No!]
v1.2.29-beta ---> show wrong details [server password = yes! && channel create ability = No!]
v1.2.29-beta 1 ---> show wrong details [server password = yes! && channel create ability = No!]
and i also tested my last lovely stable version 1.2.26 beta-2 ---> show true details [server password = NO - channel create ability = YES]
and now i try to test 1.2.28 beta and beta 1
please fix the 1.2.29 beta 1Lovely overview, but you've said that in beta 2 it's right now
So what's the issue there
? xD
dude v1.2.26 report true details... so its for your source codes... u should look up for some wrong codeHmm? That's impossible, I've just tested it, could you lookup loar logn there is the info which flags the server reports
[2018-11-27 04:09:26] [DEBUG] 1 | [WebList] Requesting from local address 0.0.0.0:9987:30567
[2018-11-27 04:09:27] [DEBUG] 1 | [WebList] Sending properties: flag_channel: false, flag_server: true
[2018-11-27 04:09:27] [INFO] 1 | [WebList] Status update succeeded! Scheduling next update in ten minutes.
but My server has not any password dudeThat mean that you have a server password setor may just set the property virtualserver_flag_padsword
debugMessage(this->server->getServerId(), "[WebList] Sending properties: flag_channel: {}, flag_server: {}", flag_password, flag_channel);
buffer[14] = (flag_password ? 0x01 : 0) || (flag_channel ? 0x02 : 0); //Create channels (0x01 = password)
|
instead of ||
...thank u broWow
I've found the issue:|
instead of||
...
Is fixed now![]()