diff --git a/item_computing_app.lua b/item_computing_app.lua index e0fb00a..ff7f069 100644 --- a/item_computing_app.lua +++ b/item_computing_app.lua @@ -10,10 +10,11 @@ if core.global_exists("modComputing") then on_iconclick = function(player) local playername = player:get_player_name() core.log( - "action","[MINERTRADE] " - ..modCorreio.translate( - "Player '@1' is trying to access the bank account via the '@2'!" + "action","["..modMinerTrade.modName:upper().."] " + ..modMinerTrade.translate( + "Player '@1' is trying to access the '@2' via the '@3'!" , playername + , "bank account" , "computing app" ) ) diff --git a/mod.cdb.json b/mod.cdb.json index f7956d3..1116d53 100644 --- a/mod.cdb.json +++ b/mod.cdb.json @@ -2,7 +2,7 @@ "name": "minertrade", "title": "Minertrade", "type": "MOD", - "version": "v2.3.0", + "version": "v2.3.1", "dev_state":"ALPHA", "min_minetest_version": "5.7", "max_minetest_version": null, diff --git a/mod.conf b/mod.conf index 427e84b..22fd8c7 100644 --- a/mod.conf +++ b/mod.conf @@ -3,7 +3,7 @@ name = minertrade title = Minertrade description = It adds various types of money, exchange table, Dispensing Machines, ATMs in stores. -version = 2.3.0 +version = 2.3.1 dev_state = BETA license = GNU AGPL-3.0 media_license = CC BY-SA 4.0 @@ -14,7 +14,7 @@ min_minetest_version = 5.7 max_minetest_version = author = Lunovox Heavenfinder: [email](mailto:lunovox@disroot.org), [social web](http:qoto.org/@lunovox), [webchat](https://cloud.disroot.org/call/9aa2t7ib), [xmpp](xmpp:lunovox@disroot.org?join), [Mumble](mumble:mumble.disroot.org), [more contacts](https:libreplanet.org/wiki/User:Lunovox) created = 2017-03-13 00:00 -update = 2024-11-19 14:55 +update = 2024-11-25 07:42 donate_url = https://liberapay.com/Lunovox/donate translation_url = https://gitlab.com/lunovox/minertrade/-/blob/master/locale/README.md repository = https://gitlab.com/lunovox/minertrade