mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
Minor whitespace change
This commit is contained in:
parent
eba1a22554
commit
fb50147c7a
1 changed files with 1 additions and 1 deletions
|
|
@ -378,7 +378,7 @@ module Script
|
|||
begin
|
||||
if File.file?(Oneshot::JOURNAL)
|
||||
File.open(Oneshot::JOURNAL, "rb") do |input|
|
||||
File.open(Oneshot::GAME_PATH + "/Oneshot/" + Oneshot::JOURNAL,"wb") do |output|
|
||||
File.open(Oneshot::GAME_PATH + "/Oneshot/" + Oneshot::JOURNAL, "wb") do |output|
|
||||
while buff = input.read(4096)
|
||||
output.write(buff)
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue