How did this even happen?

This commit is contained in:
nossr50 2011-02-26 18:10:50 -08:00
parent b762e93340
commit d0c4604896

View File

@ -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();