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)
|
||||
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"
|
||||
)
|
||||
)
|
||||
|
|
|
@ -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,
|
||||
|
|
4
mod.conf
4
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
|
||||
|
|
Loading…
Add table
Reference in a new issue