Удаление пустой строки
This commit is contained in:
parent
6da1444518
commit
56b0d0de6f
@ -45,7 +45,6 @@ namespace WarmlyLocomotive
|
|||||||
private void ReloadMaps()
|
private void ReloadMaps()
|
||||||
{
|
{
|
||||||
int index = listBoxMaps.SelectedIndex;
|
int index = listBoxMaps.SelectedIndex;
|
||||||
|
|
||||||
listBoxMaps.Items.Clear();
|
listBoxMaps.Items.Clear();
|
||||||
for (int i = 0; i < _mapsCollection.Keys.Count; i++)
|
for (int i = 0; i < _mapsCollection.Keys.Count; i++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user