mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Make sure that blocks are actually compiled. Whoopsie 🐮
This commit is contained in:
parent
1543ac50cd
commit
096ad1febe
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ import java.util.Map.Entry;
|
|||
unassigned.add(entry.getKey());
|
||||
} else {
|
||||
sum += entry.getValue();
|
||||
temp.put(entry.getKey(), entry.getValue());
|
||||
}
|
||||
}
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue