added update checker toast
This commit is contained in:
@@ -93,7 +93,7 @@ public class Seeds extends System<Seeds> {
|
||||
try {
|
||||
return Long.parseLong(inSeed);
|
||||
} catch (NumberFormatException e) {
|
||||
return inSeed.hashCode();
|
||||
return inSeed.strip().hashCode();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user