mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Fix a typo in EditSession.java
This commit is contained in:
parent
121d77ccf6
commit
98a7257c47
@ -178,7 +178,7 @@ public class EditSession implements Extent {
|
||||
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