aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/miscgui/TrophyRewardOverlay.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/miscgui/TrophyRewardOverlay.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/miscgui/TrophyRewardOverlay.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/miscgui/TrophyRewardOverlay.java b/src/main/java/io/github/moulberry/notenoughupdates/miscgui/TrophyRewardOverlay.java
index 2b600d2e..e6c4dc74 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/miscgui/TrophyRewardOverlay.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/miscgui/TrophyRewardOverlay.java
@@ -70,7 +70,7 @@ public class TrophyRewardOverlay {
* This adds support for the /neureloadrepo command
*/
@SubscribeEvent(priority = EventPriority.LOWEST)
- public void reload(RepositoryReloadEvent event) {
+ public void onRepoReload(RepositoryReloadEvent event) {
reloadNeeded = true;
}