mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-10 17:57:37 +00:00
Set the expiration time to the current time plus the expriation grace by default
This commit is contained in:
parent
0cb0358bd2
commit
92523a2564
@ -55,7 +55,7 @@ public class LocalSession {
|
||||
|
||||
private LocalConfiguration config;
|
||||
|
||||
private long expirationTime = 0;
|
||||
private long expirationTime = System.currentTimeMillis() + EXPIRATION_GRACE;
|
||||
private RegionSelector selector = new CuboidRegionSelector();
|
||||
private boolean placeAtPos1 = false;
|
||||
private LinkedList<EditSession> history = new LinkedList<EditSession>();
|
||||
|
Loading…
Reference in New Issue
Block a user