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:
Znote
2017-02-05 02:16:18 +01:00
parent 1b93b11f2c
commit f47e12a610
2 changed files with 89 additions and 70 deletions

View File

@@ -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,