
Originally Posted by
ezzential
Sorry, I may have confused everyone with that line quoted above.
What I meant is that there are only weeds showing, but it still allows for things to grow/to be harvested. This is all without the graphics being updated, stays as weeds.
I'll have a look and get back to you.
Sounds like the
Code:
player.getPackets().sendConfigByFile(configByFile, finalConfig);
isn't working, so it's probably the wrong 'configByFile' value being passed to it. Especially as its not a variable defined within that function.
Best thing to do is debug that line and see what value is being printed and check if that configByFile value is correct to that particular object, you can print the objects configByFile value on for example the examine option for ease.