My solution seems to work so reposting as an answer:
Xaith Jun 02 '17 at 10:26 AM
I forget what I did to fix this but, I think, you need to change your RepNotify variables to None. Then, delete the automatically generated On-Rep functions. Make sure to save any code that may be in your OnRep functions before you delete them. Rebuild your project (from the .sln most likely is what i did) and then when it ‘works’ reset your OnRep Variables. Also, please let me know if that fixed it as I really cannot remember if that is how I fixed this.
▼reply
Sarr 19 minutes ago Newest
I can confirm that setting all replicated variables that are RepNotify to None, removing the generated On-Rep Functions, compiling, restarting project, and then recreating the RepNotifies, worked for me
Thanks for (another) confirmation Sarr