After upgrading to server artefact 5848, the initialization of vRP fails.
vRP = Proxy.getInterface("vRP")
What are the latest artefact that works with latest version of Dunko VRP?
[ script:vrp] error: proxy call vRP:getUserGroupByType not found
[ script:vrp] SCRIPT ERROR: @vrp/modules/survival.lua:230: attempt to call a nil value (field 'hasPermission')
[ script:vrp] > v (@vrp/modules/survival.lua:230)
[ script:vrp] > buildMenu (@vrp/modules/gui.lua:139)
[ script:vrp] > openMainMenu (@vrp/modules/gui.lua:150)
[ script:vrp] > f (@vrp/modules/gui.lua:214)
[ script:vrp] > handler (local Tools = module("lib/Tools")
[ script:vrp] local Debug = module("lib/Debug")
[ script:vrp]
[ script:vrp] -- this file describe a two way proxy between the server and the clients (request system)
After upgrading to server artefact 5848, the initialization of
vRP
fails.vRP = Proxy.getInterface("vRP")
What are the latest artefact that works with latest version of Dunko VRP?