mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +00:00
Changing the player's character or outfit immediately updates the player's graphic again
This commit is contained in:
@@ -224,8 +224,6 @@ def pbChangePlayer(id)
|
||||
meta = GameData::PlayerMetadata.get(id)
|
||||
return false if !meta
|
||||
$player.character_ID = id
|
||||
$player.trainer_type = meta.trainer_type
|
||||
$game_player.character_name = meta.walk_charset
|
||||
end
|
||||
|
||||
def pbTrainerName(name = nil, outfit = 0)
|
||||
|
||||
Reference in New Issue
Block a user