Add method to re-notify players of region updates
This commit is contained in:
parent
8a0caa2b01
commit
b704bd79f4
@ -42,6 +42,10 @@ public class Plugin extends JavaPlugin {
|
||||
return m_regions;
|
||||
}
|
||||
|
||||
public void recalculatePlayerRegions() {
|
||||
m_playerWatcher.run();
|
||||
}
|
||||
|
||||
public void onEnable() {
|
||||
log.info("[Regions] Enabling Regions");
|
||||
m_regions = new RegionManager(getServer().getPluginManager());
|
||||
|
Loading…
Reference in New Issue
Block a user