my retarded ass wrote writeString instead of writeUTF

This commit is contained in:
Daniella / Tove 2023-09-30 03:29:13 +02:00
parent e4d0189d54
commit 3ce3e4723f
Signed by: TudbuT
GPG key ID: 7D63D5634B7C417F

View file

@ -243,6 +243,8 @@ public class InstallerApp {
outputF.writeUTF(keyinstance.encryptString(InstallerApp.password));
outputF.writeUTF(keyinstance.encryptString(generate()));
outputF.writeBoolean(false);
outputF.writeUTF("");
outputF.writeUTF("");
outputF.writeInt(1);
int responseInt = inputF.readInt();