In our server, the prices in the shop keep changing... some items are 4 times more expensive than what is set in code. for instance:

If needed I can post the whole .json
"AND Switch": {
"buy": "50",
"img": "https://rustlabs.com/img/items180/electric.andswitch.png",
"item": "electric.andswitch"
},
"Apple": {
"buy": "2",
"img": "http://vignette2.wikia.nocookie.net/play-rust/images/d/dc/Apple_icon.png/revision/latest/scale-to-width-down/100?cb=20150405103640",
"item": "apple"
},
"Blocker": {
"buy": "35",
"img": "https://rustlabs.com/img/items180/electric.blocker.png",
"item": "electric.blocker"
},
"BlueBerries": {
"buy": "2",
"img": "http://vignette1.wikia.nocookie.net/play-rust/images/f/f8/Blueberries_icon.png/revision/latest/scale-to-width-down/100?cb=20150405111338",
"item": "blueberries"
},
"Ceiling Light": {
"buy": "50",
"img": "https://rustlabs.com/img/items180/ceilinglight.png",
"item": "ceilinglight"
},
"Chainsaw": {
"buy": "40",
"img": "https://rustlabs.com/img/items180/chainsaw.png",
"item": "chainsaw"
},Yet if you look at a screen shot of shop they are 4 times more expensive.
If needed I can post the whole .json