Fixed core inventory persistence bug

This commit is contained in:
Anuken
2019-04-14 10:18:18 -04:00
parent d1ec652f7b
commit 084ae184f9
4 changed files with 5 additions and 15 deletions

View File

@@ -292,6 +292,7 @@ public class JoinDialog extends FloatingDialog{
});
Time.runTask(2f, () -> {
logic.reset();
Vars.netClient.beginConnecting();
Net.connect(ip, port, () -> {
hide();