Skip to content

Patch Release: v0.5.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@octacian octacian released this 31 Jan 04:06
· 36 commits to master since this release

This fixes an issue where infinite (or extra long) loops would not time out in v0.5. If a player made an infinite loop, the entire server could be crashed. However, with this patch, computers should be safe on servers.

Example infinite loop:

while true do end

The directory structure of the mod has also been changed to be modular (see modules documentation)