Fix relative percent system
Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
3bafa816d8
Commit
fadf22bb97
@ -114,7 +114,7 @@ public class WinconditionRelativePercent extends Wincondition{
|
|||||||
|
|
||||||
private int currentBlocks(){
|
private int currentBlocks(){
|
||||||
// Entern active
|
// Entern active
|
||||||
if(!Config.EnterStages.isEmpty() && Config.EnterStages.get(0) <= FightSystem.getFightTime())
|
if(!Config.EnterStages.isEmpty() && Config.EnterStages.get(0) >= FightSystem.getFightTime())
|
||||||
return currentBlocks;
|
return currentBlocks;
|
||||||
|
|
||||||
int blocks = 0;
|
int blocks = 0;
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren