Skip to content

Commit

Permalink
Update to CommandHelper 3.3.4 build 3766
Browse files Browse the repository at this point in the history
  • Loading branch information
PseudoKnight committed Aug 20, 2019
1 parent 0f9cb92 commit 5510367
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.pseudoknight</groupId>
<artifactId>chspigot</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
<name>CHSpigot</name>
<description>Gives access to methods available in Spigot but not Bukkit</description>

Expand Down Expand Up @@ -132,7 +132,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.14.3-SNAPSHOT</version>
<version>1.14.4-R0.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion src/main/java/me/pseudoknight/chspigot/Extension.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
public class Extension extends AbstractExtension {

public Version getVersion() {
return new SimpleVersion(2,0,2);
return new SimpleVersion(2,0,3);
}

@Override
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/me/pseudoknight/chspigot/Functions.java
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ public Version since() {
}

@Override
public ParseTree optimizeDynamic(Target t, Environment env, List<ParseTree> children, FileOptions fileOptions)
throws ConfigCompileException, ConfigRuntimeException {
public ParseTree optimizeDynamic(Target t, Environment env, Set<Class<? extends Environment.EnvironmentImpl>> envs,
List<ParseTree> children, FileOptions fileOptions) throws ConfigCompileException, ConfigRuntimeException {
MSLog.GetLogger().w(MSLog.Tags.DEPRECATION, "play_effect() in CHSpigot is deprecated for spawn_particle() in CH", t);
return null;
}
Expand Down

0 comments on commit 5510367

Please sign in to comment.