Changeset 4816
- Timestamp:
- 06/04/07 17:29:33 (1 year ago)
- Files:
-
- WiredClient/trunk/WCServerConnection.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/WCServerConnection.m
r4815 r4816 454 454 455 455 if([WCSettings boolForKey:WCAutoReconnect] && _userID > 0 && !_kicked && !_disconnecting) { 456 time = [WCSettings floatForKey:WCAutoReconnectTime]; 456 time = (100.0 + (random() % 200)) / 10.0; 457 // time = [WCSettings floatForKey:WCAutoReconnectTime]; 457 458 458 459 [[self chat] printEvent:[NSSWF:NSLS(@"Reconnecting to %@ in %.1f seconds...", @"Auto-reconnecting chat message"),
