This commit is contained in:
okx-code
2025-11-11 00:17:14 +00:00
parent ed99b5dea5
commit a32686bcb6

View File

@@ -52,7 +52,7 @@ public class PatreonHandler extends RabbitInput {
cache.put(uuid, "");
} else if (user.data().add(InheritanceNode.builder(group).build()).wasSuccessful()) {
modified = true;
KiraGateway.getInstance().logger.info("Patreon: Added {} from {} ({})", group, user.getUsername(), uuid);
KiraGateway.getInstance().logger.info("Patreon: Added {} to {} ({})", group, user.getUsername(), uuid);
cache.put(uuid, group);
}
if (modified) {