mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-09 13:19:25 +01:00
Missed a hard break
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
19ec204cc9
commit
857d950045
@ -41,7 +41,7 @@ public class BlockListener implements Listener {
|
||||
}
|
||||
|
||||
// Prevent compilation of old signatures TODO: Remove after 1.4
|
||||
@Deprecated public final void onBlockFlow(BlockFromToEvent event) {}
|
||||
@Deprecated public void onBlockFlow(BlockFromToEvent event) {}
|
||||
|
||||
/**
|
||||
* Called when a block gets ignited
|
||||
|
Loading…
Reference in New Issue
Block a user