mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-15 01:08:35 +00:00
Fix compile
This commit is contained in:
@ -353,7 +353,7 @@ public class MathMan {
|
||||
return x;
|
||||
}
|
||||
|
||||
public static final boolean isInteger(String str) {
|
||||
public static final boolean isInteger(CharSequence str) {
|
||||
if (str == null) {
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user