File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/faforever/moderatorclient/ui/moderation_reports Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ println "Platform is: ${javafxPlatform}"
35
35
dependencies {
36
36
def springBootVersion = " 3.2.2"
37
37
def mapStructVersion = " 1.5.5.Final"
38
- def commonsVersion = " 6e46109 "
38
+ def commonsVersion = " 763f32222acf0011c6b8b36dac9e0462eb433745 "
39
39
40
40
annotationProcessor(platform(" org.springframework.boot:spring-boot-dependencies:${ springBootVersion} " ))
41
41
implementation(platform(" org.springframework.boot:spring-boot-dependencies:${ springBootVersion} " ))
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ private void showModeratorEvent(List<ModeratorEvent> moderatorEvents){
242
242
243
243
return format ("[{0}] from {1}: {2}" ,
244
244
formattedChatMessageTime ,
245
- event .sender (),
245
+ event .playerNameFromCommandSource (),
246
246
event .message ());
247
247
})
248
248
.collect (Collectors .joining ("\n " ));
You can’t perform that action at this time.
0 commit comments