Skip to content

Commit

Permalink
优化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
0XPYEX0 committed May 27, 2023
1 parent 92c25be commit d347ace
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

public final class InvActions extends XPPlugin {
public static final String[] LIGHTS = {"LANTERN", "TORCH", "GLOW", "ShroomLight", "FrogLight", "END_ROD", "CampFire", "LAVA"};
private static final String XPLIB_VER = "1.0.8";
private static final String XPLIB_VER = "1.1.0";
private static final HashMap<UUID, Location> PLAYER_DYNAMIC_LIGHT = new HashMap<>();
private static InvActions INSTANCE;

Expand Down

0 comments on commit d347ace

Please sign in to comment.