Fixes POM, and moves things around
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
package com.massivecraft.factions.cmd;
|
||||
|
||||
public class CmdFactionsPowerboostFactionAdd extends CmdFactionsPowerboostFactionAbstract {
|
||||
// -------------------------------------------- //
|
||||
// OVERRIDE
|
||||
// -------------------------------------------- //
|
||||
|
||||
@Override
|
||||
public double calcNewPowerboost(double current, double d) {
|
||||
return current + d;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user