File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
src/main/java/nl/matsv/viabackwards/listener Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1616 <parent >
1717 <artifactId >viabackwards-parent</artifactId >
1818 <groupId >nl.matsv</groupId >
19- <version >3.2.0-SNAPSHOT </version >
19+ <version >3.2.0</version >
2020 </parent >
2121
2222 <artifactId >viabackwards-all</artifactId >
Original file line number Diff line number Diff line change 1616 <parent >
1717 <artifactId >viabackwards-parent</artifactId >
1818 <groupId >nl.matsv</groupId >
19- <version >3.2.0-SNAPSHOT </version >
19+ <version >3.2.0</version >
2020 </parent >
2121
2222 <artifactId >viabackwards-bukkit</artifactId >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public FireExtinguishListener(BukkitPlugin plugin) {
1818 }
1919
2020 @ EventHandler (priority = EventPriority .HIGHEST , ignoreCancelled = true )
21- public void onLecternInteract (PlayerInteractEvent event ) {
21+ public void onFireExtinguish (PlayerInteractEvent event ) {
2222 if (event .getAction () != Action .LEFT_CLICK_BLOCK ) return ;
2323
2424 Block block = event .getClickedBlock ();
Original file line number Diff line number Diff line change 1616 <parent >
1717 <artifactId >viabackwards-parent</artifactId >
1818 <groupId >nl.matsv</groupId >
19- <version >3.2.0-SNAPSHOT </version >
19+ <version >3.2.0</version >
2020 </parent >
2121
2222 <artifactId >viabackwards-bungee</artifactId >
Original file line number Diff line number Diff line change 1616 <parent >
1717 <artifactId >viabackwards-parent</artifactId >
1818 <groupId >nl.matsv</groupId >
19- <version >3.2.0-SNAPSHOT </version >
19+ <version >3.2.0</version >
2020 </parent >
2121
2222 <artifactId >viabackwards-core</artifactId >
Original file line number Diff line number Diff line change 1616 <parent >
1717 <artifactId >viabackwards-parent</artifactId >
1818 <groupId >nl.matsv</groupId >
19- <version >3.2.0-SNAPSHOT </version >
19+ <version >3.2.0</version >
2020 </parent >
2121
2222 <artifactId >viabackwards-fabric</artifactId >
Original file line number Diff line number Diff line change 1616
1717 <groupId >nl.matsv</groupId >
1818 <artifactId >viabackwards-parent</artifactId >
19- <version >3.2.0-SNAPSHOT </version >
19+ <version >3.2.0</version >
2020 <packaging >pom</packaging >
2121
2222 <description >Allow older clients to join newer server versions.</description >
6565 <dependency >
6666 <groupId >us.myles</groupId >
6767 <artifactId >viaversion</artifactId >
68- <version >3.2.0-1.16.4-pre1 </version >
68+ <version >3.2.0</version >
6969 <scope >provided</scope >
7070 </dependency >
7171
Original file line number Diff line number Diff line change 1616 <parent >
1717 <artifactId >viabackwards-parent</artifactId >
1818 <groupId >nl.matsv</groupId >
19- <version >3.2.0-SNAPSHOT </version >
19+ <version >3.2.0</version >
2020 </parent >
2121
2222 <artifactId >viabackwards-sponge</artifactId >
Original file line number Diff line number Diff line change 1616 <parent >
1717 <artifactId >viabackwards-parent</artifactId >
1818 <groupId >nl.matsv</groupId >
19- <version >3.2.0-SNAPSHOT </version >
19+ <version >3.2.0</version >
2020 </parent >
2121
2222 <artifactId >viabackwards-velocity</artifactId >
You can’t perform that action at this time.
0 commit comments