Advertisement
nick191821971782

Untitled

Sep 3rd, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. const path = require('path');
  2.  
  3. let config = {
  4. 'room': {
  5. autoStart: true,
  6. roomName: `πŸŽ‰ AHL PUB || 1s, 2s, 3s || CENTRAL πŸŽ‰`,
  7. playerName: `host`,
  8. maxPlayers: 16,
  9. public: false,
  10. roomScript: path.join(__dirname, '..', 'ahl/room.js')
  11. },
  12. };
  13. module.exports = config;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement