~jadedctrl/gem-xwx-moe
~jadedctrl/gem-xwx-moe/gemujo_ludo/flikaĵoj/skinsdb/0001-Ne-montru-la-krudan-ha-todosieron.patch
~jadedctrl/gem-xwx-moe/gemujo_ludo/flikaĵoj/skinsdb/0001-Ne-montru-la-krudan-ha-todosieron.patch
0 | From 830764701878024c5a57716b8b893e8a52d6e601 Mon Sep 17 00:00:00 2001 |
1 | From: Jaidyn Ann <10477760+JadedCtrl@users.noreply.github.com> |
2 | Date: Mon, 12 Aug 2024 01:00:47 -0500 |
3 | Subject: [PATCH] =?UTF-8?q?Ne=20montru=20la=20krudan=20ha=C5=ADtodosieron?= |
4 | MIME-Version: 1.0 |
5 | Content-Type: text/plain; charset=UTF-8 |
6 | Content-Transfer-Encoding: 8bit |
7 |
|
8 | --- |
9 | formspecs.lua | 4 ---- |
10 | 1 file changed, 4 deletions(-) |
11 |
|
12 | diff --git a/formspecs.lua b/formspecs.lua |
13 | index 3241143..cfd1f69 100644 |
14 | --- a/formspecs.lua |
15 | +++ b/formspecs.lua |
16 | @@ -32,10 +32,6 @@ function skins.get_skin_info_formspec(skin, perplayer_formspec) |
17 | end |
18 | |
19 | local formspec = "image["..lxoffs..",.6;1,2;"..minetest.formspec_escape(skin:get_preview()).."]" |
20 | - if texture then |
21 | - formspec = formspec.."label["..rxoffs..",.5;"..S("Raw texture")..":]" |
22 | - .."image["..rxoffs..",1;"..raw_size..";"..texture.."]" |
23 | - end |
24 | if m_name ~= "" then |
25 | formspec = formspec.."label["..cxoffs..",.5;"..S("Name")..": "..minetest.formspec_escape(m_name).."]" |
26 | end |
27 | -- |
28 | 2.45.2 |
29 |
|