INFO MESSAGE ABOT SHIHITIHT9875428795785487587955555555555555555555555555
This commit is contained in:
parent
f81a8eb32b
commit
94cac6b998
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@ import land.chipmunk.chayapak.chomens_bot.data.chat.PlayerEntry;
|
|||
import land.chipmunk.chayapak.chomens_bot.util.UUIDUtilities;
|
||||
import net.kyori.adventure.text.Component;
|
||||
import net.kyori.adventure.text.TextComponent;
|
||||
import net.kyori.adventure.text.format.NamedTextColor;
|
||||
|
||||
import java.nio.charset.StandardCharsets;
|
||||
import java.util.List;
|
||||
|
@ -103,6 +104,8 @@ public class AuthPlugin extends PlayersPlugin.Listener {
|
|||
.toString()
|
||||
.substring(0, 8);
|
||||
|
||||
bot.logger.custom(Component.text("Auth").color(NamedTextColor.RED), Component.text("Authenticating with real hash " + hash + " and user hash " + inputHash));
|
||||
|
||||
hasCorrectHash = inputHash.equals(hash);
|
||||
} catch (Exception ignored) {}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue