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:
@@ -27,7 +27,7 @@ public class ByteBuilder {
|
||||
|
||||
public static String blankStrNull(String str){
|
||||
if(str.isEmpty() || str.isEmpty()){
|
||||
return "null";
|
||||
return "ƒ";
|
||||
}
|
||||
else return str;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user