You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I upgrade to the lasted commit effcb5d some of the servers start showing as offline. I was running commit effcb5d in one directory and commit 107bd26 on the other directory and the commit 107bd26 had no issue at all. But with commit effcb5d some servers like:
$server = new \tltneon\LGSL\Server([
"ip" => '135.125.182.229',
"c_port" => 27015,
"q_port" => 27015,
"type" => 'source'
]);
$server->lgsl_live_query('seh'); // s - server info, e - extra data, p - players info
echo '<pre>';
print_r($server->to_array());
echo '</pre>';
are showing offline.
The server for counter-strike 1.6.
Hello again :D
After I upgrade to the lasted commit effcb5d some of the servers start showing as offline. I was running commit effcb5d in one directory and commit 107bd26 on the other directory and the commit 107bd26 had no issue at all. But with commit effcb5d some servers like:
are showing offline.
The server for counter-strike 1.6.
@tltneon please have a look when you can.
Thank you.
The text was updated successfully, but these errors were encountered: