mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Add option to keep existing group when point is reduced #610
This commit is contained in:
parent
9791808b87
commit
dafbfadc93
6 changed files with 45 additions and 14 deletions
|
|
@ -129,6 +129,8 @@ class point extends ModuleObject
|
|||
$config->level_icon = 'default';
|
||||
$config->disable_read_document = 'N';
|
||||
$config->disable_download = 'N';
|
||||
$config->group_reset = 'Y';
|
||||
$config->group_ratchet = 'N';
|
||||
$config->max_level = 30;
|
||||
for ($i = 1; $i <= 30; $i++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue