mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-02-02 05:21:52 +01:00
Disable random tp pre-cache by default (#3496)
This commit is contained in:
parent
dba35f043d
commit
41ae12ed3d
@ -97,7 +97,7 @@ public class RandomTeleport implements IConf {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean getPreCache() {
|
public boolean getPreCache() {
|
||||||
return config.getBoolean("pre-cache", true);
|
return config.getBoolean("pre-cache", false);
|
||||||
}
|
}
|
||||||
|
|
||||||
public Queue<Location> getCachedLocations() {
|
public Queue<Location> getCachedLocations() {
|
||||||
|
Loading…
Reference in New Issue
Block a user