Fix stats.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3869 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
		| @@ -141,11 +141,7 @@ function socket(request, response, client) { | ||||
| 				} | ||||
| 			} else if (message.action == 'enableStats') { | ||||
| 				if (process) { | ||||
| 					process.stats = message.enabled; | ||||
| 					if (!gStatsTimer) { | ||||
| 						sendStats(); | ||||
| 						gStatsTimer = true; | ||||
| 					} | ||||
| 					core.enableStats(process, message.enabled); | ||||
| 				} | ||||
| 			} else { | ||||
| 				if (process && process.eventHandlers['message']) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user