mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-12-21 23:18:52 -05:00
Fixed ambiguity issue
This commit is contained in:
parent
6cea82a50f
commit
889835ae21
@ -1132,7 +1132,7 @@ public class Formulae {
|
|||||||
* - ItemLoc, GameObjectLoc, NPCLoc or an Integer.
|
* - ItemLoc, GameObjectLoc, NPCLoc or an Integer.
|
||||||
* @return - true if inside P2P area, otherwise false.
|
* @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 x = -1;
|
||||||
int y = -1;
|
int y = -1;
|
||||||
if (objs.length == 1) {
|
if (objs.length == 1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user