Player's charset now refreshes when a save file is loaded, and after renaming trainer charsets

This commit is contained in:
Maruno17
2021-05-11 21:20:25 +01:00
parent 8ff43cbd4c
commit 47e51ed79b
2 changed files with 2 additions and 0 deletions

View File

@@ -285,5 +285,6 @@ module SpriteRenamer
end
pbMessage(_INTL("All found sprites and icons were renamed and moved."))
pbMessage(_INTL("Some map data was edited. Close and reopen RPG Maker XP to see the changes.")) if any_changed
pbUpdateVehicle if $game_player
end
end