Fixed core inventory persistence bug
This commit is contained in:
@@ -292,6 +292,7 @@ public class JoinDialog extends FloatingDialog{
|
||||
});
|
||||
|
||||
Time.runTask(2f, () -> {
|
||||
logic.reset();
|
||||
Vars.netClient.beginConnecting();
|
||||
Net.connect(ip, port, () -> {
|
||||
hide();
|
||||
|
||||
Reference in New Issue
Block a user