mirror of
https://gitlab.com/lunovox/minertrade.git
synced 2025-03-15 05:31:20 +00:00
[fix] Fixed the critical glitch.
This commit is contained in:
parent
f617ce5fbb
commit
4159eb3205
3 changed files with 7 additions and 6 deletions
|
@ -10,10 +10,11 @@ if core.global_exists("modComputing") then
|
||||||
on_iconclick = function(player)
|
on_iconclick = function(player)
|
||||||
local playername = player:get_player_name()
|
local playername = player:get_player_name()
|
||||||
core.log(
|
core.log(
|
||||||
"action","[MINERTRADE] "
|
"action","["..modMinerTrade.modName:upper().."] "
|
||||||
..modCorreio.translate(
|
..modMinerTrade.translate(
|
||||||
"Player '@1' is trying to access the bank account via the '@2'!"
|
"Player '@1' is trying to access the '@2' via the '@3'!"
|
||||||
, playername
|
, playername
|
||||||
|
, "bank account"
|
||||||
, "computing app"
|
, "computing app"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "minertrade",
|
"name": "minertrade",
|
||||||
"title": "Minertrade",
|
"title": "Minertrade",
|
||||||
"type": "MOD",
|
"type": "MOD",
|
||||||
"version": "v2.3.0",
|
"version": "v2.3.1",
|
||||||
"dev_state":"ALPHA",
|
"dev_state":"ALPHA",
|
||||||
"min_minetest_version": "5.7",
|
"min_minetest_version": "5.7",
|
||||||
"max_minetest_version": null,
|
"max_minetest_version": null,
|
||||||
|
|
4
mod.conf
4
mod.conf
|
@ -3,7 +3,7 @@
|
||||||
name = minertrade
|
name = minertrade
|
||||||
title = Minertrade
|
title = Minertrade
|
||||||
description = It adds various types of money, exchange table, Dispensing Machines, ATMs in stores.
|
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
|
dev_state = BETA
|
||||||
license = GNU AGPL-3.0
|
license = GNU AGPL-3.0
|
||||||
media_license = CC BY-SA 4.0
|
media_license = CC BY-SA 4.0
|
||||||
|
@ -14,7 +14,7 @@ min_minetest_version = 5.7
|
||||||
max_minetest_version =
|
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)
|
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
|
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
|
donate_url = https://liberapay.com/Lunovox/donate
|
||||||
translation_url = https://gitlab.com/lunovox/minertrade/-/blob/master/locale/README.md
|
translation_url = https://gitlab.com/lunovox/minertrade/-/blob/master/locale/README.md
|
||||||
repository = https://gitlab.com/lunovox/minertrade
|
repository = https://gitlab.com/lunovox/minertrade
|
||||||
|
|
Loading…
Add table
Reference in a new issue