always refresh cache when in combat

This commit is contained in:
YouHaveTrouble
2021-03-17 19:14:25 +01:00
parent 1fa2a6f6a8
commit b78c7ecd90
@@ -42,6 +42,7 @@ public class PlayerManager {
}); });
} else { } else {
playerData.setLastCombatCheck(true); playerData.setLastCombatCheck(true);
playerData.refreshCachetime();
} }
}), 20, 20); }), 20, 20);
} }