We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c78198 commit 6ce8f2fCopy full SHA for 6ce8f2f
src/main/java/com/botdetector/BotDetectorPlugin.java
@@ -520,7 +520,10 @@ public synchronized void refreshPlayerStats(boolean forceRefresh)
520
panel.setPlayerStatsLoading(false);
521
panel.setWarningVisible(BotDetectorPanel.WarningLabel.ANONYMOUS, config.enableAnonymousUploading());
522
panel.setWarningVisible(BotDetectorPanel.WarningLabel.PLAYER_STATS_ERROR, false);
523
- panel.forceHideFeedbackPanel();
+ if (loggedPlayerName == null)
524
+ {
525
+ panel.forceHideFeedbackPanel();
526
+ }
527
panel.forceHideFlaggingPanel();
528
});
529
return;
0 commit comments