mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Added client 11 and above restriction to login webservice (#414)
* Added client 11 and above restriction to login webservice
This commit is contained in:
@@ -643,6 +643,7 @@
|
||||
);
|
||||
|
||||
// Gameserver info is used for client 11+ loginWebService
|
||||
$config['login_web_service'] = true; // loginWebService for client 11+ enabled?
|
||||
$config['gameserver'] = array(
|
||||
'ip' => '127.0.0.1',
|
||||
'port' => 7172,
|
||||
|
Reference in New Issue
Block a user