mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-25 03:55:35 +01:00
Fix lastMask meta (typo)
This commit is contained in:
parent
b202adb2ce
commit
889efdcc45
@ -100,7 +100,7 @@ public class WEManager {
|
||||
mask = new HashSet<>();
|
||||
}
|
||||
}
|
||||
player.setMeta("lastmask", mask);
|
||||
player.setMeta("lastMask", mask);
|
||||
return mask.toArray(new RegionWrapper[mask.size()]);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user