mirror of
https://github.com/TeamMidnightDust/PictureSign.git
synced 2025-12-13 12:55:09 +01:00
I hate typos
This commit is contained in:
@@ -48,7 +48,7 @@ public class PictureSignRenderer {
|
||||
isSafeJsonUrl = false;
|
||||
String jsonUrl = url;
|
||||
PictureSignConfig.safeJsonProviders.forEach(safe -> {
|
||||
if (!isSafeUrl) isSafeJsonUrl = jsonUrl.startsWith(safe);
|
||||
if (!isSafeJsonUrl) isSafeJsonUrl = jsonUrl.startsWith(safe);
|
||||
});
|
||||
if (url.endsWith(".json") || isSafeJsonUrl) {
|
||||
if (PictureSignConfig.safeMode) {
|
||||
|
||||
Reference in New Issue
Block a user