my retarded ass wrote writeString instead of writeUTF
This commit is contained in:
parent
e4d0189d54
commit
3ce3e4723f
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue