changed stuff for whitelistkick

This commit is contained in:
2021-09-20 23:00:45 +02:00
parent 6100adaf93
commit 1a70fd4fd4
2 changed files with 2 additions and 2 deletions
@@ -21,7 +21,7 @@ public class WhitelistKick {
DiscordLink.getPlugin().getCache()
.cacheCode(player.getUniqueId(), authCode);
event.appendTemplates(Template.of("code", authCode));
event.appendTemplate(Template.of("code", authCode));
event.appendMessage("\n\n" + Config.WHITELIST_LINK_MESSAGE);
}
}