mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-12-25 10:37:41 +01:00
Updated iConomy.jar and added quickfix for timed flags crash
This commit is contained in:
parent
252208a479
commit
837efb75d1
BIN
lib/iConomy.jar
BIN
lib/iConomy.jar
Binary file not shown.
@ -79,6 +79,9 @@ public void run() {
|
||||
nfo.lastHealTick = now;
|
||||
}
|
||||
|
||||
if(player.getWorld().getName() == null) {
|
||||
continue;
|
||||
}
|
||||
RegionManager mgr = wg.getGlobalRegionManager().getRegionManager(player.getWorld().getName());
|
||||
ApplicableRegionSet regions = mgr.getApplicableRegions(toVector(player.getLocation()));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user