KyoriPowered / adventure-webui

A web UI for Adventure
https://webui.advntr.dev/
MIT License
25 stars 16 forks source link

fix: Don't url-decode something already url-decoded #190

Closed rymiel closed 6 months ago

rymiel commented 6 months ago

Apparently URLSearchParams.get does all the encoding for you. Doing it again will break things.