You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the bug report. I wasn't aware some URLs were hardcoded.
I used the same URL format as the Gallery plugin, since @madmaxoft made that change (cuberite/gallery@146f8e3) and also introduced cWebAdmin:AddWebTab in the past.
After 864e351 some webadmin tabs are broken. The commit made URLs partially lower-case while the Javascript/HTML is still using PascalCase.
I see 3 ways to fix this. We could:
I personally prefer the first one. URLs now have mixed casings in it because the name of the plugin itself is also used in the URL.
The text was updated successfully, but these errors were encountered: