mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Make sure that blocks are actually compiled. Whoopsie 🐮
This commit is contained in:
parent
1543ac50cd
commit
096ad1febe
@ -110,6 +110,7 @@ import java.util.Map.Entry;
|
|||||||
unassigned.add(entry.getKey());
|
unassigned.add(entry.getKey());
|
||||||
} else {
|
} else {
|
||||||
sum += entry.getValue();
|
sum += entry.getValue();
|
||||||
|
temp.put(entry.getKey(), entry.getValue());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user