forked from SteamWar/SteamWar
Improve WindchargeStopper
This commit is contained in:
+2
-4
@@ -25,13 +25,11 @@ import de.steamwar.linkage.Linked;
|
||||
|
||||
@Linked
|
||||
public class WindchargeStopper {
|
||||
private static final IWindchargeStopper impl = VersionDependent.getVersionImpl(FightSystem.getPlugin());
|
||||
|
||||
public WindchargeStopper() {
|
||||
impl.init();
|
||||
static {
|
||||
VersionDependent.getVersionImpl(FightSystem.getPlugin());
|
||||
}
|
||||
|
||||
public interface IWindchargeStopper {
|
||||
void init();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user