Fixed capitalization in event files
This commit is contained in:
parent
21cf4e1aee
commit
58e330460d
|
|
@ -14,7 +14,7 @@ import net.luckperms.api.model.user.User;
|
|||
import net.luckperms.api.node.Node;
|
||||
import net.luckperms.api.node.types.InheritanceNode;
|
||||
|
||||
public class playerJoin {
|
||||
public class PlayerJoin {
|
||||
|
||||
@Subscribe(order = PostOrder.LATE)
|
||||
public void onPlayerJoin(ServerConnectedEvent event) {
|
||||
|
|
@ -7,7 +7,7 @@ import com.velocitypowered.api.event.Subscribe;
|
|||
import com.velocitypowered.api.event.connection.DisconnectEvent;
|
||||
import com.velocitypowered.api.proxy.Player;
|
||||
|
||||
public class playerLeave {
|
||||
public class PlayerLeave {
|
||||
|
||||
@Subscribe(order = PostOrder.LATE)
|
||||
public void onPlayerLeave(DisconnectEvent event) {
|
||||
Loading…
Reference in New Issue
Block a user