File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/us/thezircon/play/autopickup Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >us.thezircon.play</groupId >
88 <artifactId >AutoPickup</artifactId >
9- <version >1.4.2-DEVBUILD.3 </version >
9+ <version >1.4.2-SNAPSHOT </version >
1010 <packaging >jar</packaging >
1111
1212 <name >AutoPickup</name >
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ public void onEnable() {
129129 getServer ().getPluginManager ().registerEvents (new PlayerDropItemEventListener (), this );
130130 getServer ().getPluginManager ().registerEvents (new ItemSpawnEventListener (), this );
131131
132-
132+
133133
134134 if (usingMythicMobs ) {
135135 getServer ().getPluginManager ().registerEvents (new MythicMobListener (), this );
Original file line number Diff line number Diff line change 11name : AutoPickup
2- version : 1.4.2-DEVBUILD.3
2+ version : 1.4.2-SNAPSHOT
33main : us.thezircon.play.autopickup.AutoPickup
44prefix : AutoPickup
55authors : [BUTTERFIELD8]
You can’t perform that action at this time.
0 commit comments