fix unflag

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

View File

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