Skip to content

Commit 1f1660e

Browse files
committed
a
1 parent 646f953 commit 1f1660e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/cc/baka9/catseedlogin/bukkit/object/LoginPlayerHelper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public static boolean recordCurrentIP(String name) {
8787
}
8888

8989
public static boolean recordCurrentIP(Player player) {
90-
return true;
90+
return false;
9191
}
9292

9393

0 commit comments

Comments
 (0)