mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-30 03:09:22 +02:00
Update config.php
This commit is contained in:
parent
4b97c12edb
commit
e9d5fc4227
@ -241,7 +241,7 @@
|
|||||||
'secret' => true),
|
'secret' => true),
|
||||||
);
|
);
|
||||||
|
|
||||||
// TFS 1.0 powergamers
|
// TFS 1.0 powergamers and toponline
|
||||||
//Before enabling powergamers, make sure that you have added LUA files and SQL querys to your server.
|
//Before enabling powergamers, make sure that you have added LUA files and SQL querys to your server.
|
||||||
//can be found at "lua>TFS 1.0" folder.
|
//can be found at "lua>TFS 1.0" folder.
|
||||||
$config['powergamers_enabled'] = true; //True = working, false = page disabled
|
$config['powergamers_enabled'] = true; //True = working, false = page disabled
|
||||||
@ -249,6 +249,11 @@
|
|||||||
'limit' => 20, //Number of players visible on the page
|
'limit' => 20, //Number of players visible on the page
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$config['toponline_enabled'] = true; //True = working, false = page disabled
|
||||||
|
$config['toponline'] = array(
|
||||||
|
'limit' => 20, //Number of players that it will show.
|
||||||
|
);
|
||||||
|
|
||||||
|
|
||||||
// Vocation ids and names.
|
// Vocation ids and names.
|
||||||
$config['vocations'] = array(
|
$config['vocations'] = array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user