mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
You can now view shop offers without being logged in.
(This is also configurable if config.php if you don't want this behavior).
This commit is contained in:
@@ -890,6 +890,7 @@
|
||||
// If useDB is set to true, player can shop in-game as well using Znote LUA shop system plugin.
|
||||
$config['shop'] = array(
|
||||
'enabled' => false,
|
||||
'loginToView' => false, // Do user need to login to see the shop offers?
|
||||
'enableShopConfirmation' => true, // Verify that user wants to buy with popup
|
||||
'useDB' => false, // Fetch offers from database, or the below config array
|
||||
'showImage' => true,
|
||||
|
Reference in New Issue
Block a user