[BUG] Can't decrypt URL's twice hyph... Idiot

This commit is contained in:
2024-03-17 20:17:27 +02:00
parent 5c478c5ca6
commit 7492d3c35c
2 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
version_major=0
version_minor=0
version_patch=60
version_patch=62
shade_group=com.hypherionmc.sdlink.shaded.

View File

@@ -96,8 +96,6 @@ public class WebhookManager {
* @return The client with thread id set, if found
*/
private static WebhookClient createClient(String name, String url) {
url = EncryptionUtil.INSTANCE.decrypt(url);
Matcher threadMatcher = THREAD_PATTERN.matcher(url);
Matcher webhookMatcher = WEBHOOK_PATTERN.matcher(url);