mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-09 22:13:12 +00:00
decrease entity remover frequency
This commit is contained in:
parent
9bca812d28
commit
997b6e44b3
2 changed files with 1 additions and 4 deletions
|
@ -820,7 +820,7 @@ import java.util.concurrent.TimeUnit;
|
|||
}
|
||||
}
|
||||
}
|
||||
}, 2L, 2L);
|
||||
}, 20L, 20L);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue