diff --git a/Plugins/Mineplex.Core/src/mineplex/core/report/ReportRepository.java b/Plugins/Mineplex.Core/src/mineplex/core/report/ReportRepository.java index 9f8198fe9..1c8b65697 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/report/ReportRepository.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/report/ReportRepository.java @@ -49,7 +49,7 @@ public class ReportRepository extends MinecraftRepository private static final String GET_REPORT_REASONS = "SELECT * FROM reportReasons" + " WHERE reportId = ?" + - " ORDER BY reportedTime ASC;"; + " ORDER BY time ASC;"; private static final String GET_UNHANDLED_REPORTS = "SELECT reports.id FROM reports" + " LEFT JOIN reportResults ON reports.id = reportResults.reportId" +