diff --git a/src/scripting/tsc/compiler.rs b/src/scripting/tsc/compiler.rs index f6a7e39..567a02a 100644 --- a/src/scripting/tsc/compiler.rs +++ b/src/scripting/tsc/compiler.rs @@ -116,7 +116,6 @@ impl TextScript { iter.next(); } _ => { - allow_next_event = false; char_buf.push(chr); iter.next();