From 4f70e792ad8ff9b34dc56bfaf9e63303f9883171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez?= Date: Thu, 29 May 2025 18:56:30 +0200 Subject: [PATCH] fix(theseus): make new `normalize_skin_texture` command usable --- apps/app/build.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/app/build.rs b/apps/app/build.rs index d415d2c2f..3a7891c52 100644 --- a/apps/app/build.rs +++ b/apps/app/build.rs @@ -110,6 +110,7 @@ fn main() { "equip_skin", "remove_custom_skin", "unequip_skin", + "normalize_skin_texture", ]) .default_permission( DefaultPermissionRule::AllowAllCommands,