Fixed last-planet clearing
This commit is contained in:
@@ -116,7 +116,6 @@ public class SettingsMenuDialog extends BaseDialog{
|
|||||||
|
|
||||||
t.button("@settings.clearresearch", Icon.trash, style, () -> {
|
t.button("@settings.clearresearch", Icon.trash, style, () -> {
|
||||||
ui.showConfirm("@confirm", "@settings.clearresearch.confirm", () -> {
|
ui.showConfirm("@confirm", "@settings.clearresearch.confirm", () -> {
|
||||||
Core.settings.put("lastplanet", "serpulo");
|
|
||||||
universe.clearLoadoutInfo();
|
universe.clearLoadoutInfo();
|
||||||
for(TechNode node : TechTree.all){
|
for(TechNode node : TechTree.all){
|
||||||
node.reset();
|
node.reset();
|
||||||
|
|||||||
Reference in New Issue
Block a user