Update README.md

This commit is contained in:
kalen 2025-07-08 04:44:49 +00:00
parent dbdd06d731
commit dd503cf802

View File

@ -56,4 +56,5 @@ For all other types of resources - if there is something that needs to be fixed
- To view the server logs: http://nwn-test.sinfar.net:6688/
The username is `sinfar` and the password is `pass`
- To get builder/dm access to the server - simply ask any DM
- To get builder/dm access to the server - simply ask any DM
- The NWNEE compiler has a [known issue](https://github.com/niv/neverwinter.nim/issues/148) with do-while loops. They will fail if there is an object iterator in the `while(condition)`. Just redo them as regular while/for loops.