mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-06 20:42:55 +00:00
Schematic export + Administrator plot merging
This commit is contained in:
parent
7a558b34da
commit
a6d6c34902
6 changed files with 33 additions and 18 deletions
|
@ -1533,7 +1533,7 @@ import java.util.concurrent.TimeUnit;
|
|||
UUIDHandler.uuidWrapper = new OfflineUUIDWrapper();
|
||||
Settings.OFFLINE_MODE = true;
|
||||
}
|
||||
else if (checkVersion && Bukkit.getOnlineMode()) {
|
||||
else if (checkVersion) {
|
||||
UUIDHandler.uuidWrapper = new DefaultUUIDWrapper();
|
||||
Settings.OFFLINE_MODE = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue