Add files via upload

master
AiTechEye 2019-02-24 18:55:17 +01:00 committed by GitHub
parent 884f3352b3
commit ffb742e61d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ minetest.register_chatcommand("vexcazer", {
params = "",
description = "Vexcazer info",
func = function(name, param)
local version="9.1"
local version="9.6"
local info={version=version,modes=0,functions=0,text=""}
for i, func in pairs(vexcazer.registry_modes) do
info.modes=i