mirror of
https://github.com/suloku/BW_tool.git
synced 2026-09-07 08:36:19 -05:00
Fixed a crash when user wants to editi Area 9-Right
This commit is contained in:
@@ -201,7 +201,7 @@ namespace BW_tool
|
||||
int temp = forest.Indexpkm;
|
||||
for (i=0;i<20;i++)
|
||||
{
|
||||
if (forest.Area > 0 && forest.Area < 3 && i > 9)
|
||||
if (forest.Area > 0 && forest.Area <= 3 && i > 9)
|
||||
{
|
||||
dataGridView1.Rows[i].Cells[0].Value = " ";
|
||||
dataGridView1.Rows[i].Cells[1].Value = " ";
|
||||
|
||||
Reference in New Issue
Block a user