AcidbRain Posted September 13, 2009 Share Posted September 13, 2009 I have a race addon which I want to be configurable from the admin panel. In the meta.xml file I have: ... <settings> <setting name="*MySetting" value="true" accept="true/false" desc="Setting description" /> </settings> ... When I view the addon settings in the admin panel, it will initially show the MySetting entry. However, if I change its value, the admin panel will instead create a new entry named .MySetting, while leaving the original MySetting entry unchanged. It's odd, because I can change settings in other resources (for example, race) without this happening. What am I doing wrong? PS: I'm using rev. 453 Link to comment
Jaysds1 Posted June 12, 2011 Share Posted June 12, 2011 Did you stop the server first? If you didn't then it won't change. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now