mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-21 04:49:51 +08:00
Fix a typo in EditSession.java
This commit is contained in:
parent
121d77ccf6
commit
98a7257c47
@ -178,7 +178,7 @@ public EditSession(LocalWorld world, int maxBlocks, @Nullable BlockBag blockBag)
|
||||
if (world != null) {
|
||||
Extent extent;
|
||||
|
||||
// This extents are ALWAYS used
|
||||
// These extents are ALWAYS used
|
||||
extent = fastModeExtent = new FastModeExtent(world, false);
|
||||
extent = survivalExtent = new SurvivalModeExtent(extent, world);
|
||||
extent = quirkExtent = new BlockQuirkExtent(extent, world);
|
||||
|
Loading…
Reference in New Issue
Block a user