File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,8 @@ def init_profanity_filter(node: Node):
242242 if not os .path .exists (bakfile ):
243243 shutil .copy2 (targetfile , bakfile )
244244 with open (targetfile , mode = 'wb' ) as outfile :
245- outfile .write ((f"{ language .upper ()} = " + luadata .serialize (
245+ # we write with locale EN, because the server runs with EN
246+ outfile .write (("EN = " + luadata .serialize (
246247 words , indent = '\t ' , indent_level = 0 )).encode ('utf-8' ))
247248 except PermissionError :
248249 node .log .warning (
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ is to download the latest ZIP file from [here](https://github.com/Pax1601/DCSOly
66DEFAULT :
77 SavedGames : ' %USERPROFILE%\Documents\ModManager\SavedGames'
88 RootFolder : ' %USERPROFILE%\Documents\ModManager\RootFolder'
9- DCS_MERCS :
9+ DCS.release_server :
1010 packages :
1111 - name : DCSOlympus
1212 version : latest
You can’t perform that action at this time.
0 commit comments