mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-31 04:26:48 +00:00
chore: format everything
This commit is contained in:
@@ -242,8 +242,7 @@ void AnvilMenu::createResult() {
|
||||
}
|
||||
|
||||
int count = 0;
|
||||
for (auto it = enchantments->begin(); it != enchantments->end();
|
||||
++it) {
|
||||
for (auto it = enchantments->begin(); it != enchantments->end(); ++it) {
|
||||
int id = it->first;
|
||||
Enchantment* enchantment = Enchantment::enchantments[id];
|
||||
int level = it->second;
|
||||
|
||||
Reference in New Issue
Block a user