Fix deprecated warnings related to int vs double damage.

This commit is contained in:
Olof Larsson
2013-09-15 01:08:20 +02:00
parent 34681c7340
commit 5a7024db4c
2 changed files with 3 additions and 3 deletions

View File

@ -135,10 +135,10 @@ public class UConf extends Entity<UConf>
// -------------------------------------------- //
public boolean permanentFactionsDisableLeaderPromotion = false;
public int actionDeniedPainAmount = 2;
public double actionDeniedPainAmount = 2.0D;
public boolean disablePVPForFactionlessPlayers = false;
public boolean enablePVPAgainstFactionlessInAttackersLand = false;
public double territoryShieldFactor = 0.3;
public double territoryShieldFactor = 0.3D;
// -------------------------------------------- //
// DENY COMMANDS