Skip to content

Commit a7e2d56

Browse files
authored
Merge pull request #273 from JdeRobot/CDAM2020-patch-1
Bumped max users on unibotics from 0 to 15
2 parents d6e6964 + 5f8f439 commit a7e2d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const App = ({ isUnibotics }: { isUnibotics: boolean }) => {
3434
const [showTerminal, setTerminalVisible] = useState<boolean>(false);
3535

3636
//Only needed in Unibotics
37-
const maxUsers = 0;
37+
const maxUsers = 15;
3838
const currentUsers = React.useRef<number>(0);
3939
const btAtMaxCapacity = React.useRef<boolean>(false);
4040
const { error_critical } = useError();

0 commit comments

Comments
 (0)