Previous commit for Classic Interlude.

This commit is contained in:
MobiusDevelopment 2019-10-30 23:45:14 +00:00
parent 9ffa2d2992
commit aea88003f3

View File

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