Alright, so I got the server/forum integration to work, but now I'm getting errors.
Code:
src\server\util\ForumIntegration.java:45: error: cannot find symbol
return c.playerRights = 1;
^
symbol: variable c
location: class ForumIntegration
src\server\util\ForumIntegration.java:47: error: cannot find symbol
return c.playerRights = 2;
^
symbol: variable c
location: class ForumIntegration
src\server\util\ForumIntegration.java:49: error: cannot find symbol
return c.isDonator = 1;
^
symbol: variable c
location: class ForumIntegration
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
3 errors
Press any key to continue . . .
Yes, I have imported client.