From c413087f1878a5282842cc201c3ad145416fc1a3 Mon Sep 17 00:00:00 2001 From: sys4 Date: Sat, 9 Jul 2022 18:05:15 +0200 Subject: [PATCH] Fix mods * areas: Fixed a minor bug introduced when I created openfarming, which skips the faction test if an area is openfarming. And not return false if not a player(ie:mobs api) or unknown node, continue iterate on others areas(minor bug, generaly if 1 area it's protected). * awards: fix issue #109. Torch name change if placed on wall/ceiling and break torch awards. * death_messages #116: fix typo and translate messages server-side before sending to irc(wrong formated due to translation expression included in message). * global_exchange: add search in translated string add translate missing string. * technic_armor: Fix issue #115. Deprecated declaration group. --- areas | 2 +- awards | 2 +- death_messages | 2 +- global_exchange | 2 +- technic_armor | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/areas b/areas index 76f8ccf..a8cacee 160000 --- a/areas +++ b/areas @@ -1 +1 @@ -Subproject commit 76f8ccf8abf42e0c89ceae4d2f44d904fe3d37d9 +Subproject commit a8cacee8cc53a0f16583be1b116cbb022f6ee87d diff --git a/awards b/awards index c27d527..c6151ab 160000 --- a/awards +++ b/awards @@ -1 +1 @@ -Subproject commit c27d527cfcf003f76082da9d0c8042505ac4dc37 +Subproject commit c6151abbe96562811683b4383a0dd4c2dcdd9752 diff --git a/death_messages b/death_messages index 6201e84..7493203 160000 --- a/death_messages +++ b/death_messages @@ -1 +1 @@ -Subproject commit 6201e8468b053ef8b38d1a7ba920b4b7fff1b92b +Subproject commit 749320358c9f3c18e2dc7be26de61dabf0b83143 diff --git a/global_exchange b/global_exchange index 3517409..15bba05 160000 --- a/global_exchange +++ b/global_exchange @@ -1 +1 @@ -Subproject commit 3517409a1abd1d3fedd2f919f3e2e7592c616545 +Subproject commit 15bba054123c2088c1c59f58cbafd6c8ab9749a1 diff --git a/technic_armor b/technic_armor index 5a5085f..d3e5dad 160000 --- a/technic_armor +++ b/technic_armor @@ -1 +1 @@ -Subproject commit 5a5085f87428ca89e518944c338b6b3d8e9a3532 +Subproject commit d3e5dadbba73a1d897d38a37107df97ae520cfb8