Merge pull request #4629 from node-red/multiplayer-1

Introduce multiplayer feature
This commit is contained in:
Nick O'Leary
2024-04-04 15:24:29 +01:00
committed by GitHub
11 changed files with 404 additions and 1 deletions

View File

@@ -437,6 +437,10 @@ module.exports = {
}
},
multiplayer: {
/** To enable the Multiplayer feature, set this value to true */
enabled: false
},
},
/*******************************************************************************