1
0

Fixed 2 small warnings (#4055)

This commit is contained in:
Bond-009
2017-10-02 21:59:25 +02:00
committed by peterbell10
parent 8866a28cf8
commit 76a0971279
2 changed files with 3 additions and 7 deletions

View File

@@ -189,7 +189,7 @@ void cMobSpawnerEntity::SpawnEntity(void)
}
}
}
return EntitiesSpawned;
return HaveSpawnedEntity;
}
);