Add a way to remove bonus/malus
This commit is contained in:
parent
663a77a084
commit
f3904e62b2
4 changed files with 33 additions and 6 deletions
|
@ -56,7 +56,7 @@ sub process
|
|||
|
||||
my @keys = keys %$ids;
|
||||
my $def_i = $keys[0];
|
||||
$def_i =~ s/^(.+)g.*$/\1/;
|
||||
$def_i =~ s/^(.+)g.*$/$1/;
|
||||
|
||||
$ids->{$def_i.'_end_$LOGIN'} = undef;
|
||||
$ids->{$def_i.'_end_group'} = undef;
|
||||
|
|
Reference in a new issue