From 2537490cce3db7b9c7ff53f25ac792f458301dea Mon Sep 17 00:00:00 2001 From: rnd1 Date: Thu, 6 Oct 2016 16:20:53 +0200 Subject: [PATCH] .. --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index bebf20c..736105c 100644 --- a/init.lua +++ b/init.lua @@ -17,7 +17,7 @@ -- along with this program. If not, see . ------------------------------------------------------------------------- local cheat = {}; -local version = "10.01.2016a"; +local version = "10/06/2016"; anticheatsettings = {}; dofile(minetest.get_modpath("anticheat").."/settings.lua") @@ -296,7 +296,7 @@ minetest.register_chatcommand("crep", { -- see cheat report if not cheat.moderators[name] and not privs then return end if param == "" then - minetest.chat_send_player(name,"use: crep type, types: 0(default) cheat report, 1 connected player stats (10.04.16)"); + minetest.chat_send_player(name,"use: crep type, types: 0(default) cheat report, 1 connected player stats (".. version ..")"); end param = tonumber(param) or 0;