mirror of
https://github.com/minetest-mods/skinsdb.git
synced 2025-06-28 14:16:01 +02:00
skinlist: Allow textures containing '-' characters
Fixes issue #110 Thanks to Bastrabun for the code suggestion
This commit is contained in:
@ -6,6 +6,7 @@ List of accepted texture names
|
||||
|
||||
Public skin available for all users:
|
||||
character.[number or name].png
|
||||
^ The allowed characters in "[number or name]" are "[A-z0-9_.-]+".
|
||||
|
||||
One or multiple private skins for player "[nick]":
|
||||
player.[nick].png
|
||||
|
Reference in New Issue
Block a user