1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-19 02:12:58 +01:00

Added a null check for attacker in onDamage

This commit is contained in:
nossr50
2010-12-31 09:53:03 -08:00
parent 9f840a3079
commit 3e076d3951
2 changed files with 1 additions and 2 deletions

View File

@@ -48,7 +48,6 @@ public class vMinecraftCommands{
cl.register("/whois", "whois", "/whois [user]");
cl.register("/say", "say");
cl.register("/a", "adminChatToggle", "Toggle admin chat for every message");
//cl.register("/modify", "modify");
cl.register("/rules", "rules", "Displays the rules");
cl.register("/who", "who");
cl.register("/promote", "promote", "Promote a player one rank");