Remove unused class

This commit is contained in:
2020-05-02 19:30:48 +03:00
parent c4379d45b7
commit 6d0ec81e2e
2 changed files with 1 additions and 281 deletions

View File

@@ -53,7 +53,7 @@ import ch.njol.util.Kleenean;
*/
public class EffExecuteStatement extends Delay {
static {
Skript.registerEffect(EffExecuteStatement.class, new String[] { "[(1¦synchronously)] execute %string% (in|on) %datasource% [and store [[the] (output|result)[s]] (to|in) [the] [var[iable]] %-objects%]" });
Skript.registerEffect(EffExecuteStatement.class, "[(1¦synchronously)] execute %string% (in|on) %datasource% [and store [[the] (output|result)[s]] (to|in) [the] [var[iable]] %-objects%]");
}
static String lastError;