Merge branch 'master' into recordSystem
Dieser Commit ist enthalten in:
Commit
9346011f5b
@ -206,8 +206,8 @@ public class TechHider_15 {
|
|||||||
}*/
|
}*/
|
||||||
|
|
||||||
final int cY = chunkY;
|
final int cY = chunkY;
|
||||||
Bukkit.getScheduler().runTask(IFightSystem.getPlugin(),
|
Bukkit.getScheduler().runTaskLater(IFightSystem.getPlugin(),
|
||||||
() -> fullChunkHider(p, chunkX, cY, chunkZ));
|
() -> fullChunkHider(p, chunkX, cY, chunkZ), 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
primaryBitMask >>= 1;
|
primaryBitMask >>= 1;
|
||||||
|
@ -315,6 +315,7 @@ public class FightSystem extends JavaPlugin {
|
|||||||
feature.getKey().stateChange(fightState);
|
feature.getKey().stateChange(fightState);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//Disable feature if should be disabled and currently enabled
|
//Disable feature if should be disabled and currently enabled
|
||||||
if(!feature.getKey().enabled().contains(fightState) && feature.getValue()){
|
if(!feature.getKey().enabled().contains(fightState) && feature.getValue()){
|
||||||
feature.getKey().disable();
|
feature.getKey().disable();
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren