- update version to 2.1.1

- node description updated
- node now errors if msg.host or msg.port is left blank and not configured on the node
- server type & host is not required when configuring the node since it can be passed in via the inputs
- when modifying a node in the editor you can now view available server types at the bottom of the properties. This is parsed from the gamedig readme.
- Update gamedig version
- package-lock.json added
- palette label changed to "Query Game Server"
This commit is contained in:
2021-09-04 23:00:32 -06:00
parent 09c763a605
commit e2e8119d7f
6 changed files with 1441 additions and 69 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,6 @@
# ide
.idea
# Logs
logs
*.log