removed outdated comment

This commit is contained in:
WolverinDEV 2019-05-25 11:14:00 +02:00
parent 9463bd0d86
commit cd947f6b2f

View file

@ -3,7 +3,6 @@
/// <reference path="../../proto.ts" />
namespace Modals {
//TODO Upload/delete button
export function spawnIconSelect(client: ConnectionHandler, callback_icon?: (id: number) => any, selected_icon?: number) {
selected_icon = selected_icon || 0;
let allow_manage = client.permissions.neededPermission(PermissionType.B_ICON_MANAGE).granted(1);