mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-18 11:48:33 -04:00
Fix compile error mistake oops
This commit is contained in:
parent
62b4457fef
commit
ea89267ac6
@ -98,7 +98,6 @@ namespace MCGalaxy {
|
|||||||
PlayerBot[] bots = lvl.Bots.Items;
|
PlayerBot[] bots = lvl.Bots.Items;
|
||||||
for (int i = 0; i < bots.Length; i++) {
|
for (int i = 0; i < bots.Length; i++) {
|
||||||
Remove(bots[i], save);
|
Remove(bots[i], save);
|
||||||
removedCount++;
|
|
||||||
}
|
}
|
||||||
return bots.Length;
|
return bots.Length;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user