mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-01 16:19:53 +01:00
How did this even happen?
This commit is contained in:
parent
b762e93340
commit
d0c4604896
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user