Add files via upload

master
AiTechEye 2019-05-21 16:39:54 +02:00 committed by GitHub
parent 53b431dc47
commit 6ad427a07b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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