Hey I was trying to add this tutorial: [Only registered and activated users can see links. ]
I got this error not sure how to fix or what needs to be done. I have added everything like it said. All help is appreciated.
Code:
src\server\model\players\PlayerAssistant.java:1282: error: cannot find symbol
if(!PlayerKilling.hostOnList(o,
c.connectedFrom) && !c.inDuelArena()) {
^
symbol: method hostOnList(Client,String)
location: class PlayerKilling
src\server\model\players\PlayerAssistant.java:1283: error: cannot find symbol
PlayerKilling.addHostToList(o, c.connectedFrom);
^
symbol: method addHostToList(Client,String)
location: class PlayerKilling
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 errors
Press any key to continue . . .