From 0c731f3fe48af005f84dd4f7da47d6cde8c9db1f Mon Sep 17 00:00:00 2001 From: MihailRis Date: Tue, 23 Apr 2024 03:13:14 +0300 Subject: [PATCH] world delete button fix --- res/layouts/templates/world.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layouts/templates/world.xml b/res/layouts/templates/world.xml index 04f50008..c20223fc 100644 --- a/res/layouts/templates/world.xml +++ b/res/layouts/templates/world.xml @@ -11,7 +11,7 @@ color='#00000000' hover-color='#FFFFFF2B' padding='0' - onclick='core.delete_world("{%{name}}")'> + onclick='core.delete_world("%{name}")'>