xtjoeytx / GServer-v2

GNU General Public License v3.0
7 stars 11 forks source link

[GS2-Parser] Usage of keyword 'break' results in unexpected behaviour #62

Closed tricxta closed 1 year ago

tricxta commented 1 year ago

When using the keyword 'break' in a weapon script (doesn't matter what proceeds it), all players get booted from the server and the script fails to get committed.

xtjoeytx commented 1 year ago

An assert was being triggered, docker builds may be using a debug build - removed the assert, and added a warning to RC to resolve this