This commit is contained in:
Jesse Boyd 2018-05-23 17:12:27 +10:00
parent 7eb83c000b
commit 58bf6f3172
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F
1 changed files with 1 additions and 1 deletions

View File

@ -910,7 +910,7 @@ public class FaweCache {
case 253:
case 254:
case 256:
return true;
return false;
default:
return id > 256;
}