Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clip parsed level from debug console to 50
Currently, in givelvl command user can type lvl above 50, which is a level cap. This patch clips it to 50, so we can prevent an accidential freeze of the game caused by NetSendCmd loop if user types a really big number.
- Loading branch information