KickWars Arcturus compile

Status
Not open for further replies.

Reikenz

Member
Apr 5, 2018
64
3
Hello, i have error on source code KickWars Plugins:

You must be registered for see images attach


You must be registered for see images attach


Anyone can help me please ?
 

Jepzter

Member
May 25, 2018
38
37
You are missing 1 parameter for the constructor to have, countsAchievement. Pass that boolean (true/false or a parameter that match that usecase) in and it will be green.

Code:
super(KickwarsTeam.class, KickwarsPlayer.class, room, false);
 
Last edited:

Reikenz

Member
Apr 5, 2018
64
3
You are missing 1 parameter for the constructor to have, countsAchievement. Pass that boolean (true/false or a parameter that match that usecase) in and it will be green.

Code:
super(KickwarsTeam.class, KickwarsPlayer.class, room, false);
Thanks new error on compilation:

You must be registered for see images attach

You must be registered for see images attach

 
Resolved.
 
Status
Not open for further replies.

Users who are viewing this thread

Top