removed outdated comment
This commit is contained in:
parent
9463bd0d86
commit
cd947f6b2f
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
||||||
/// <reference path="../../proto.ts" />
|
/// <reference path="../../proto.ts" />
|
||||||
|
|
||||||
namespace Modals {
|
namespace Modals {
|
||||||
//TODO Upload/delete button
|
|
||||||
export function spawnIconSelect(client: ConnectionHandler, callback_icon?: (id: number) => any, selected_icon?: number) {
|
export function spawnIconSelect(client: ConnectionHandler, callback_icon?: (id: number) => any, selected_icon?: number) {
|
||||||
selected_icon = selected_icon || 0;
|
selected_icon = selected_icon || 0;
|
||||||
let allow_manage = client.permissions.neededPermission(PermissionType.B_ICON_MANAGE).granted(1);
|
let allow_manage = client.permissions.neededPermission(PermissionType.B_ICON_MANAGE).granted(1);
|
||||||
|
|
Loading…
Add table
Reference in a new issue