Jump to content

Question

2 answers to this question

Recommended Posts

  • 0
Posted (edited)

find the method registerNoble at Olympiad.java and add this check

if (noble.getPvpKills() < 30)
{
	noble.sendMessage("Your message");
	return false;
}

 

Edited by melron
  • Like 1
  • Sad 1
  • 0
Posted
On 3/7/2018 at 5:20 PM, melron said:

find the method registerNoble at Olympiad.java and add this check


if (noble.getPvpKills() < 30)
{
	noble.sendMessage("Your message");
	return false;
}

 

Thanks you like always best :)

Guest
This topic is now closed to further replies.


×
×
  • Create New...