diff options
Diffstat (limited to 'chat_commands.lua')
-rw-r--r-- | chat_commands.lua | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/chat_commands.lua b/chat_commands.lua index c386c19..3f4ed68 100644 --- a/chat_commands.lua +++ b/chat_commands.lua @@ -14,12 +14,7 @@ -- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -- -local S -if minetest.get_modpath("intllib") then - S = intllib.Getter() -else - S = function ( s ) return s end -end +local S = awards.gettext minetest.register_chatcommand("awards", { params = S("[c|clear|disable|enable]"), |