Advertisement
lengend

Untitled

Nov 19th, 2012
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. var StarterConfig = {
  2. MinGameTime: 120, // Minimum game length in seconds. If a game is ended too soon, the rest of the time is waited in the lobby
  3. <<<<<<< .mine
  4. CreateGameDelay: 20, // Seconds to wait before creating a new game
  5. ResetCount: 99, // Reset game count back to 1 every X games.
  6. CharacterDifference: 80, // Character level difference. Set to false to disable character difference.
  7. =======
  8. CreateGameDelay: 10, // Seconds to wait before creating a new game
  9. ResetCount: 999, // Reset game count back to 1 every X games.
  10. CharacterDifference: 99, // Character level difference. Set to false to disable character difference.
  11. >>>>>>> .r163
  12. ChatActionsDelay: 2, // Seconds to wait in lobby before entering a channel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement