Hi all,
I'm trying to create a profile that can be used if you are playing on the webside (using the UserInfo class) and also if you are playing offline (using a file reader/writer).
To save and load the data of a player in the UserInfo is not the problem, but I want to use profiles you can create on your own if you are playing offline and therefore I need to use a file reader/writer.
The handling of the file readers/writers is also no problem but I need to know whether I am playing offline or online (on the Greenfoot webside).
So my question:
Is there a way to check whether you are playing online or offline?

