Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- String decoded = new String(BaseEncoding.base64().decode("e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWZmMzNkZTg4NzZlM2NkZDg5YWU4MTgzNWYzYWZmYzk0NmJjNDk4MzkzYzM2NDRjZmEwNGI2YTZjODlkMmZkIn19fQ==")); // value from debug log.
- if (!decoded.contains("textures") && !decoded.contains("url")) {
- System.out.print("true");
- root.remove("SkullOwner");
- return true;
- }
- System.out.print("false");
- return false;
- // [23:49:08 INFO]: false
- //[23:49:08 INFO]: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement