Add safe-usermap-names option to control usermap key sanitisation

This is necessary to stop players with Chinese characters in their username losing their balances.
This commit is contained in:
md678685 2019-05-30 18:50:51 +01:00
parent e9833d1cd2
commit c97918df24
4 changed files with 25 additions and 7 deletions

View file

@ -326,4 +326,6 @@ public interface ISettings extends IConf {
boolean isForceEnableRecipe();
boolean allowOldIdSigns();
boolean isSafeUsermap();
}