mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-07 23:17:01 +00:00
chore: format everything
This commit is contained in:
@@ -24,8 +24,8 @@ BaseMobSpawner::BaseMobSpawner() {
|
||||
|
||||
BaseMobSpawner::~BaseMobSpawner() {
|
||||
if (spawnPotentials) {
|
||||
for (auto it = spawnPotentials->begin();
|
||||
it != spawnPotentials->end(); ++it) {
|
||||
for (auto it = spawnPotentials->begin(); it != spawnPotentials->end();
|
||||
++it) {
|
||||
delete *it;
|
||||
}
|
||||
delete spawnPotentials;
|
||||
|
||||
Reference in New Issue
Block a user