Fix typo preventing zammy restorations logging successfully

This commit is contained in:
Alex G 2022-07-03 21:34:11 -04:00
parent 18be26d5ca
commit 7c2576623e

View File

@ -81,7 +81,7 @@ public class RestoreOutfitCommand extends Command {
// TODO: START ZAMMY // TODO: START ZAMMY
if (outfit.getTag().equals("zammy")) if (outfit.getTag().equals("zammy"))
{ {
ctx.getApi().getServerTextChannelById(BotConfig.OUTFIT_LOG).ifPresent( ctx.getApi().getServerTextChannelById(BotConfig.ZAMMY_LOG).ifPresent(
chnl -> chnl.sendMessage(log) chnl -> chnl.sendMessage(log)
); );
} }