Skip to content

Commit

Permalink
Update Variable.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sovdeeth authored Dec 14, 2024
1 parent f34cf0f commit 1fdd062
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/ch/njol/skript/lang/Variable.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import java.lang.reflect.Array;
import java.util.*;
import java.util.Map.Entry;
import java.util.function.Function;

import ch.njol.skript.Skript;
import ch.njol.skript.SkriptAPIException;
import ch.njol.skript.SkriptConfig;
Expand Down

0 comments on commit 1fdd062

Please sign in to comment.