mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
fix typo
This commit is contained in:
@@ -45,7 +45,7 @@ public class PatreonHandler extends RabbitInput {
|
||||
}
|
||||
if (user.data().remove(InheritanceNode.builder(listedGroup).build()).wasSuccessful()) {
|
||||
modified = true;
|
||||
KiraGateway.getInstance().logger.info("Pateron: Removed {} from {} ({})", listedGroup, user.getUsername(), uuid);
|
||||
KiraGateway.getInstance().logger.info("Patreon: Removed {} from {} ({})", listedGroup, user.getUsername(), uuid);
|
||||
}
|
||||
}
|
||||
if (group == null) {
|
||||
|
||||
Reference in New Issue
Block a user