forked from MagicBane/Server
typo fixed contextually
This commit is contained in:
@@ -92,7 +92,7 @@ public abstract class AbstractCharacter extends AbstractWorldObject {
|
||||
protected AtomicFloat mana = new AtomicFloat();
|
||||
protected float manaMax; // Health/Mana/Stamina
|
||||
protected AtomicBoolean isAlive = new AtomicBoolean(true);
|
||||
public Resists resists = new Resists("Genric");
|
||||
public Resists resists = new Resists("Default");
|
||||
protected ConcurrentHashMap<String, JobContainer> timers;
|
||||
protected ConcurrentHashMap<String, Long> timestamps;
|
||||
public int atrHandOne;
|
||||
|
||||
Reference in New Issue
Block a user