mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-13 12:48:35 +00:00
Update Piston to fix bugs
Closes #1292 via Piston fixes. (cherry picked from commit dc56b602c0367fbd24f954de2b8be4e864add59f)
This commit is contained in:
@ -114,7 +114,7 @@ public class ChunkCommands {
|
||||
@CommandPermissions("worldedit.delchunks")
|
||||
@Logging(REGION)
|
||||
public void deleteChunks(Actor actor, World world, LocalSession session,
|
||||
@ArgFlag(name = 'o', desc = "Only delete chunks older than the specified time.", def = "")
|
||||
@ArgFlag(name = 'o', desc = "Only delete chunks older than the specified time.")
|
||||
ZonedDateTime beforeTime) throws WorldEditException {
|
||||
Path worldDir = world.getStoragePath();
|
||||
if (worldDir == null) {
|
||||
|
Reference in New Issue
Block a user