Fixed ambiguity issue

This commit is contained in:
Joe0 2011-12-01 16:53:33 -06:00
parent 6cea82a50f
commit 889835ae21
1 changed files with 1 additions and 1 deletions

View File

@ -1132,7 +1132,7 @@ public class Formulae {
* - ItemLoc, GameObjectLoc, NPCLoc or an Integer.
* @return - true if inside P2P area, otherwise false.
*/
public static boolean isP2P(boolean f2pwildy, Object... objs) {
public static boolean isP2P(Boolean f2pwildy, Object... objs) {
int x = -1;
int y = -1;
if (objs.length == 1) {