mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Fix "security" issue that was already present
This commit is contained in:
parent
a71af4e76f
commit
3dbbbc698e
@ -673,7 +673,7 @@ public class HybridUtils {
|
||||
toCheck.set(true);
|
||||
}
|
||||
}
|
||||
int size = plotWorld.SIZE;
|
||||
short size = plotWorld.SIZE;
|
||||
for (int X = 0; X < 16; X++) {
|
||||
short absX = (short) ((finalX + X) % size);
|
||||
for (int Z = 0; Z < 16; Z++) {
|
||||
|
Loading…
Reference in New Issue
Block a user