Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sk89q/commandhelper
Browse files Browse the repository at this point in the history
  • Loading branch information
LadyCailin committed Mar 9, 2016
2 parents 177b7d5 + 51ce05a commit fb44b49
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -44,7 +44,7 @@ public void execute(Construct... values) throws ConfigRuntimeException, ProgramF
environment = env.clone();
env.getEnv(GlobalEnv.class).setCloneVars(prev);
}
environment.getEnv(GlobalEnv.class).GetVarList().clear();
environment.getEnv(GlobalEnv.class).setCloneVars(true);
if (values != null) {
for (int i = 0; i < names.length; i++) {
String name = names[i];
Expand Down

0 comments on commit fb44b49

Please sign in to comment.