mirror of
https://github.com/minetest-mods/skinsdb.git
synced 2025-06-28 22:26:02 +02:00
Add migration code to player skins using '.' delimiters
Previously, the players would have their selected skin reset. See 'skins.__fuzzy_match_skin_name' for a detailed explanation. This also fixes an issue where player.[name].[number].png skins were not recognized.
This commit is contained in:
@ -26,7 +26,7 @@ The character `_` is accepted in player names, thus it is not recommended to
|
||||
use such file names. For compatibility reasons, they are still recognized.
|
||||
|
||||
character_[number or name].png
|
||||
player_[nick]_png
|
||||
player_[nick].png
|
||||
player_[nick]_[number or name].png
|
||||
|
||||
... and corresponding previews that end in `_preview.png`.
|
||||
|
Reference in New Issue
Block a user