mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
Fix to let journal.exe know which language page to display
This commit is contained in:
parent
0faee3d8f1
commit
3ec401e18d
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ def fake_save
|
|||
Marshal.dump($game_oneshot, file)
|
||||
Marshal.dump($game_fasttravel, file)
|
||||
Marshal.dump($game_temp.footstep_sfx , file)
|
||||
file.puts('HeyNoxidHeresTheLanguage[' + $persistent.langcode + ']')
|
||||
end
|
||||
write_perma_flags(PERMA_FLAGS_NAME)
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue