[F] Fix wacca song unlock (?)

This commit is contained in:
Azalea
2024-03-30 20:31:56 -04:00
parent c27070ae28
commit de46790bdf
3 changed files with 11 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ public class GetGameEventHandler implements BaseHandler {
resultMap.put("gameEventList", eventList);
String json = mapper.write(resultMap);
logger.info("Response: " + json);
logger.info("Response: {} events", eventList.size());
return json;
}
}