From dd503cf802a49891488a43c58800311b4f1ea63c Mon Sep 17 00:00:00 2001 From: kalen Date: Tue, 8 Jul 2025 04:44:49 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72905b7..1387b2d 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +- 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. \ No newline at end of file