|
The message is clear: you are calling a a non static method (Prax.Cfg.getString) from a static context. It seems Prax.Cfg is a inner class and you should use an instance of that class in the if condition.
But that being said, a bigger chunk of the code will help with understanding.
__________________
Daniel @ [ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. ]
Language is froth on the surface of thought
|