You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blcmodapibungee/src/main/java/net/badlion/blcmodapibungee/listener/PlayerListener.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ public PlayerListener(BlcModApiBungee plugin) {
18
18
19
19
@EventHandler
20
20
publicvoidonLogin(PostLoginEventevent) {
21
+
// Send the disallowed mods to players when they login to the proxy. A notification will appear on the Badlion Client so they know the mod was disabled
0 commit comments