Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: Loading Scripts java.lang.IllegalAccessException can not access a member of  (Read 1108 times)

Debido

  • Admiral
  • *****
  • Posts: 1183
    • View Profile

If you see Caused by: java.lang.IllegalAccessException: Class com.fs.starfarer.loading.scripts.ScriptStore can not access a member of class data.scripts.yourscript with modifiers ""

You may not have marked the class as public, or may not have marked it's class constructors as public.
Logged