Skip to content

Waits are ignored when executing commands from files.

testwait.cfg

say "test"
wait 350
say "uh-oh! this appears instantly!"

Running exec testwait.cfg will erroneously print both "say" messages at the same time, when running the same commands in the console will correctly process the wait with no issues. Tested on a Windows listen server, previously reported by Sunflower (presumably a Linux dedicated).