
-----------------------------------
Aclimator
Tue Feb 08, 2011 2:33 pm

Really Easy Question
-----------------------------------
I have some code:

if (gp.getRank() >= guild.getPerm("use chest"))
	canBuild = true;

if I change it to this:

if (gp.getRank() >= or = 
[/code]
mean?

-----------------------------------
Aclimator
Tue Feb 08, 2011 2:57 pm

RE:Really Easy Question
-----------------------------------
Im pretty new to java, and this is someone elses code.

But what I do know is that the expression is getting a value from a text file. If that value is greater or equal to the value from another txt file, then

canBuild = true.

I just need a way to make canBuild always true.

-----------------------------------
Aclimator
Tue Feb 08, 2011 3:16 pm

RE:Really Easy Question
-----------------------------------
Any help?

-----------------------------------
Sur_real
Tue Feb 08, 2011 5:13 pm

RE:Really Easy Question
-----------------------------------
if you want canBuild to be always true, why would you need to have an if statement?
