mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-22 08:01:23 +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() {
|
||||
return config.getBoolean("pre-cache", true);
|
||||
return config.getBoolean("pre-cache", false);
|
||||
}
|
||||
|
||||
public Queue<Location> getCachedLocations() {
|
||||
|
Loading…
Reference in New Issue
Block a user