Update method of getting player language

This commit is contained in:
Cooldude2606
2024-09-28 02:06:19 +01:00
parent 292c1a1b68
commit 32a8ba8f3a
52 changed files with 9 additions and 126 deletions

View File

@@ -33,7 +33,7 @@
"nameStyle.config": {
"local_name_style": [{
"type" : "pattern",
"param": "_?_?(\\w+)",
"param": "_?_?(\\w+)?",
"$1": "snake_case"
}],
"module_local_name_style": [{