diff --git a/PoGo.NecroBot.Logic b/PoGo.NecroBot.Logic index 8efc8e31d..60f1925b4 160000 --- a/PoGo.NecroBot.Logic +++ b/PoGo.NecroBot.Logic @@ -1 +1 @@ -Subproject commit 8efc8e31d3009f113525e3d5a279542d8271e60b +Subproject commit 60f1925b4322861092c72bd360c2d97bfd5cad52 diff --git a/RocketBot2/Forms/MainForm.cs b/RocketBot2/Forms/MainForm.cs index eee799e2c..c5ce114d4 100644 --- a/RocketBot2/Forms/MainForm.cs +++ b/RocketBot2/Forms/MainForm.cs @@ -627,9 +627,9 @@ private void InitializePokemonForm() } } }; + cmsPokemonList.Items.Add(item); cmsPokemonList.Items.Add(separator); - item = new ToolStripMenuItem { Text = @"Properties" }; item.Click += delegate { @@ -638,8 +638,6 @@ private void InitializePokemonForm() }; cmsPokemonList.Items.Add(item); - - }; }