Fixed capitalization in event files

This commit is contained in:
Teriuihi 2021-09-10 20:04:11 +02:00
parent 21cf4e1aee
commit 58e330460d
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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) {