mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +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
|
|
@ -99,6 +99,7 @@ class pointAdminController extends point
|
|||
}
|
||||
|
||||
$config->group_reset = $args->group_reset;
|
||||
$config->group_ratchet = $args->group_ratchet;
|
||||
// Per-level point configurations
|
||||
unset($config->level_step);
|
||||
for($i=1;$i<=$config->max_level;$i++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue