mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Add authentication/online mode support
This commit is contained in:
parent
d6aa75b2f7
commit
df6836e12b
6 changed files with 156 additions and 104 deletions
|
@ -92,7 +92,7 @@ public class CustomFormWindow extends FormWindow {
|
|||
}
|
||||
|
||||
public void setResponse(String data) {
|
||||
if (data == null || data.equalsIgnoreCase("null")) {
|
||||
if (data == null || data.equalsIgnoreCase("null") || data.isEmpty()) {
|
||||
closed = true;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue