Skip to content

Commit

Permalink
Add physical action to Action enum
Browse files Browse the repository at this point in the history
Added physical action to action enum, copies bukkit Action
functionality.
  • Loading branch information
virustotalop committed Nov 16, 2018
1 parent 484c1cb commit c7b520f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public enum Action {
LEFT_CLICK_AIR,
LEFT_CLICK_BLOCK,
RIGHT_CLICK_AIR,
RIGHT_CLICK_BLOCK
RIGHT_CLICK_BLOCK,
PHYSICAL;

}
}
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: DynamicGui
main: com.clubobsidian.dynamicgui.plugin.bukkit.BukkitPlugin
version: 3.3.3
version: 3.3.4
author: VirusTotal
softdepend: [Vault, PlaceholderAPI, RedisBungee, PlayerPoints, Citizens, Rankup]
commands:
Expand Down

0 comments on commit c7b520f

Please sign in to comment.