Took another whack at permissions.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3958 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
		| @@ -158,8 +158,6 @@ function socket(request, response, client) { | ||||
| 				if (process) { | ||||
| 					core.enableStats(process, message.enabled); | ||||
| 				} | ||||
| 			} else if (message.action == 'permission') { | ||||
| 				core.setPermission(process, message.id, message.granted); | ||||
| 			} else if (message.message == 'tfrpc') { | ||||
| 				if (message.id && g_calls[message.id]) { | ||||
| 					if (message.error !== undefined) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user