Skip to content

Commit

Permalink
[#768] Fixed issues with plugin bridge listeners
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraLS3 committed Oct 28, 2018
1 parent 7d8bc3f commit ded4d01
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified PlanPluginBridge/PlanPluginBridge-4.5.0.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* @author Rsl1122
* @since 4.1.0
*/
class PlayerHackKickListener implements Listener {
public class PlayerHackKickListener implements Listener {

private final HackerTable hackerTable;
private final Processing processing;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* @author Rsl1122
* @since 3.5.0
*/
class BukkitPlayerVersionListener implements Listener {
public class BukkitPlayerVersionListener implements Listener {

private final ViaAPI viaAPI;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @author Rsl1122
* @since 3.5.0
*/
class BungeePlayerVersionListener implements Listener {
public class BungeePlayerVersionListener implements Listener {

private final ViaAPI viaAPI;

Expand Down

0 comments on commit ded4d01

Please sign in to comment.