fix unflag

This commit is contained in:
_Bastler 2021-10-07 14:40:16 +02:00
parent a8c5515c11
commit 148deb85ba
1 changed files with 1 additions and 0 deletions

View File

@ -214,6 +214,7 @@ public class FlagManager {
public void unflag(Long target, Types targetType) {
deleteByTarget(target, targetType);
checkFlagStatus(target, targetType);
deleteByTarget(target, targetType);
}
}