View Single Post
06/07/15, 06:42 AM   #8
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 578
Secure Render Mode Bug

Hi sirinsidiator,

In order to avoid "Access private function StopAllMovement from insecure code" you need this in line 802:
Lua Code:
  1. LAMAddonSettingsFragment = ZO_FadeSceneFragment:New(window, true, 100)
Important is to keep the fade duration below 200.

To test: switch from add-on settings menu directly to crone shop.
  Reply With Quote