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