Previous commit for Classic Interlude.
This commit is contained in:
parent
9ffa2d2992
commit
aea88003f3
@ -61,7 +61,7 @@ public class ChangePlayerName implements IBypassHandler
|
||||
}
|
||||
|
||||
// Destroy item.
|
||||
player.destroyItemByItemId("ChangePlayerName", NAME_CHANGE_TICKET, 1, player, true);
|
||||
player.destroyItemByItemId("ChangePlayerName to " + newName, NAME_CHANGE_TICKET, 1, player, true);
|
||||
|
||||
// Set name and proceed.
|
||||
player.setName(newName);
|
||||
|
Loading…
Reference in New Issue
Block a user