mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-15 16:52:34 +00:00
Fixed crash due to encoding error while patching a certain always.dat
This commit is contained in:
@@ -177,7 +177,7 @@ class W3DHub
|
||||
@file.pos = @last_chunk * @buffer_size
|
||||
@file.write(string)
|
||||
|
||||
@buffer.string = ""
|
||||
@buffer.string = "".force_encoding(@encoding)
|
||||
end
|
||||
|
||||
def string
|
||||
|
||||
Reference in New Issue
Block a user