mirror of
https://github.com/Team4388/RidgeScout.git
synced 2026-06-09 08:38:03 -06:00
Fix stored int offset bug
This commit is contained in:
@@ -18,7 +18,7 @@ public class BuiltByteParser {
|
||||
}
|
||||
|
||||
public static String unBlankStrNull(String str){
|
||||
if(str.equals("null")){
|
||||
if(str.equals("ƒ")){
|
||||
return "";
|
||||
}
|
||||
else return str;
|
||||
|
||||
Reference in New Issue
Block a user