We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d1c41 commit 5abb593Copy full SHA for 5abb593
1 file changed
src/ldb_eventcommand.cpp
@@ -45,7 +45,7 @@ void RawStruct<RPG::EventCommand>::WriteLcf(const RPG::EventCommand& event_comma
45
stream.Write(event_command.code);
46
stream.Write(event_command.indent);
47
stream.WriteInt(stream.Decode(event_command.string).size());
48
- stream.Write(event_command.string);
+ stream.Write(stream.Decode(event_command.string));
49
int count = event_command.parameters.size();
50
stream.Write(count);
51
for (int i = 0; i < count; i++)
0 commit comments