1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-05-19 16:26:24 +02:00

How did this even happen?

This commit is contained in:
nossr50 2011-02-26 18:10:50 -08:00
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();