diff --git a/src/Room.js b/src/Room.js index 581cdda..4d5a1e9 100644 --- a/src/Room.js +++ b/src/Room.js @@ -41,7 +41,7 @@ class Room { /** * Maximum number of variables that can be within this room. */ - this.maxVariables = 20; + this.maxVariables = 128; /** * Maximum number of clients that can be connected to this room. */