mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-24 18:01:26 +02:00
How did this even happen?
This commit is contained in:
@ -113,7 +113,7 @@ public class mcPlayerListener extends PlayerListener {
|
||||
mcm.getInstance().repairCheck(player, is, block);
|
||||
}
|
||||
}
|
||||
public void onPlayerCommandPreproccesss(PlayerChatEvent event){
|
||||
public void onPlayerCommandPreprocess(PlayerChatEvent event){
|
||||
Player player = event.getPlayer();
|
||||
String[] split = event.getMessage().split(" ");
|
||||
String playerName = player.getName();
|
||||
|
Reference in New Issue
Block a user