mirror of
https://github.com/kaboomserver/extras.git
synced 2024-11-24 00:18:10 -05:00
Change "I killed Tim." to "I killed Martin." (#291)
This commit is contained in:
parent
0e6db230d4
commit
e55536472f
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public final class CommandEnchantAll implements CommandExecutor {
|
||||||
for (Enchantment enchantment : Enchantment.values()) {
|
for (Enchantment enchantment : Enchantment.values()) {
|
||||||
item.addUnsafeEnchantment(enchantment, Short.MAX_VALUE);
|
item.addUnsafeEnchantment(enchantment, Short.MAX_VALUE);
|
||||||
}
|
}
|
||||||
player.sendMessage("I killed Tim.");
|
player.sendMessage("I killed Martin.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue