diff --git a/src/main/kotlin/network/warzone/mars/report/commands/ReportCommands.kt b/src/main/kotlin/network/warzone/mars/report/commands/ReportCommands.kt index 1a14f82..8aa6712 100644 --- a/src/main/kotlin/network/warzone/mars/report/commands/ReportCommands.kt +++ b/src/main/kotlin/network/warzone/mars/report/commands/ReportCommands.kt @@ -86,7 +86,7 @@ class ReportCommands { ) return } - val event = PlayerReportEvent(matchPlayer, accused, reason) + val event = PlayerReportEvent(accused, matchPlayer, reason) match.callEvent(event) if (event.isCancelled()) { return @@ -177,4 +177,4 @@ class ReportCommands { }.display(audience, reportList, page) } -} \ No newline at end of file +}