Skip to content

Commit

Permalink
Merge branch 'feature/type-hints' of https://github.com/SkriptLang/Sk…
Browse files Browse the repository at this point in the history
…ript into feature/type-hints
  • Loading branch information
TheLimeGlass committed Sep 18, 2024
2 parents 2aee979 + b1506c9 commit c6c7a7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/ch/njol/skript/variables/Variables.java
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ public static Object copyLocalVariables(Event event) {
VariablesMap from = localVariables.get(event);
if (from == null)
return null;

return from.copy();
}

Expand Down

0 comments on commit c6c7a7d

Please sign in to comment.