mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-08 05:23:01 +00:00
online mode
This commit is contained in:
parent
760041607e
commit
e3f772050e
2 changed files with 4 additions and 2 deletions
|
@ -70,7 +70,7 @@ public class UUIDHandler {
|
|||
*
|
||||
* @see org.bukkit.Server#getOnlineMode()
|
||||
*/
|
||||
private final static boolean online = Bukkit.getServer().getOnlineMode();
|
||||
private final static boolean online = Bukkit.getServer().getOnlineMode() && Settings.OFFLINE_MODE;
|
||||
|
||||
/**
|
||||
* Map containing names and UUIDs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue