mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-22 14:56:17 +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
|
begin
|
||||||
if File.file?(Oneshot::JOURNAL)
|
if File.file?(Oneshot::JOURNAL)
|
||||||
File.open(Oneshot::JOURNAL, "rb") do |input|
|
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)
|
while buff = input.read(4096)
|
||||||
output.write(buff)
|
output.write(buff)
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue