From 889835ae2186ebe7556a310ae5e3c6319fe29943 Mon Sep 17 00:00:00 2001 From: Joe0 Date: Thu, 1 Dec 2011 16:53:33 -0600 Subject: [PATCH] Fixed ambiguity issue --- GameServer/src/org/moparscape/msc/config/Formulae.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameServer/src/org/moparscape/msc/config/Formulae.java b/GameServer/src/org/moparscape/msc/config/Formulae.java index 747e942..4f0e771 100644 --- a/GameServer/src/org/moparscape/msc/config/Formulae.java +++ b/GameServer/src/org/moparscape/msc/config/Formulae.java @@ -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) {