[Bug] Changes to add Hytale support broke Player Management buttons for Java Edition
Quick Information
- Operating System: Linux
- Install Type: Installer
- Crafty Version: v4.9.0
What Happened?
When clicking the "OP" and "De-OP" buttons on a "minecraft-java" server, it sends "op add <name>" and "op remove <name>" commands.
Seems to be a result of MR !954 (merged): gitlab.com/crafty-controller/crafty-4/-/merge_requests/954
app/frontend/templates/panel/parts/details_stats.html
app/frontend/templates/panel/parts/server_players.html
Expected result
Clicking the "OP" and "De-OP" buttons should send the "op <name>" and "deop <name>" commands.
Steps to reproduce
Press the "OP" and/or "De-OP" buttons
Priority/Severity
- High (anything that impacts the normal user flow or blocks app usage)
- Medium (anything that negatively affects the user experience)
- Low (anything else e.g., typos, missing icons/translations, layout/formatting issues, etc.)