Fix compile error mistake oops

This commit is contained in:
Goodlyay 2019-05-15 05:03:20 -07:00
parent 62b4457fef
commit ea89267ac6

View File

@ -98,7 +98,6 @@ namespace MCGalaxy {
PlayerBot[] bots = lvl.Bots.Items;
for (int i = 0; i < bots.Length; i++) {
Remove(bots[i], save);
removedCount++;
}
return bots.Length;
}